[94066] trunk/dports/math/arpack/Portfile

mmoll at macports.org mmoll at macports.org
Fri Jun 8 05:45:00 PDT 2012


Revision: 94066
          https://trac.macports.org/changeset/94066
Author:   mmoll at macports.org
Date:     2012-06-08 05:44:58 -0700 (Fri, 08 Jun 2012)
Log Message:
-----------
math/arpack: use depends_lib-append instead of depends_lib in variants. Doesn't change anything, so no rev bump

Modified Paths:
--------------
    trunk/dports/math/arpack/Portfile

Modified: trunk/dports/math/arpack/Portfile
===================================================================
--- trunk/dports/math/arpack/Portfile	2012-06-08 10:57:14 UTC (rev 94065)
+++ trunk/dports/math/arpack/Portfile	2012-06-08 12:44:58 UTC (rev 94066)
@@ -48,12 +48,12 @@
 }
 
 variant openmpi description {build with OpenMPI} conflicts mpich2 {
-    depends_lib port:openmpi
+    depends_lib-append port:openmpi
     configure.env-append MPIF77=${prefix}/bin/openmpif77
 }
 
 variant mpich2 description {build with MPICH2} conflicts openmpi {
-    depends_lib port:mpich2
+    depends_lib-append port:mpich2
     configure.env-append MPIF77=${prefix}/bin/mpif77
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120608/ac5999f3/attachment.html>


More information about the macports-changes mailing list