[126000] trunk/dports/science/ifeffit/Portfile

mf2k at macports.org mf2k at macports.org
Wed Oct 1 12:13:55 PDT 2014


Revision: 126000
          https://trac.macports.org/changeset/126000
Author:   mf2k at macports.org
Date:     2014-10-01 12:13:55 -0700 (Wed, 01 Oct 2014)
Log Message:
-----------
ifeffit: Fix dependencies.

Modified Paths:
--------------
    trunk/dports/science/ifeffit/Portfile

Modified: trunk/dports/science/ifeffit/Portfile
===================================================================
--- trunk/dports/science/ifeffit/Portfile	2014-10-01 19:02:07 UTC (rev 125999)
+++ trunk/dports/science/ifeffit/Portfile	2014-10-01 19:13:55 UTC (rev 126000)
@@ -5,7 +5,7 @@
 
 name                ifeffit
 version             1.2.13
-revision            1
+revision            2
 
 categories          science
 platforms           darwin
@@ -32,6 +32,7 @@
 configure.args      --with-pgplot=${prefix}/lib
 
 variant gcc45 description {Use gfortran from gcc45} conflicts gcc46 gcc47 gcc48 gcc49 {
+    depends_lib-append    port:gcc45
     configure.fc          ${prefix}/bin/gfortran-mp-4.5
     configure.f77         ${prefix}/bin/gfortran-mp-4.5
     configure.f90         ${prefix}/bin/gfortran-mp-4.5
@@ -39,6 +40,7 @@
 }
 
 variant gcc46 description {Use gfortran from gcc46} conflicts gcc45 gcc47 gcc48 gcc49 {
+    depends_lib-append    port:gcc46
     configure.fc          ${prefix}/bin/gfortran-mp-4.6
     configure.f77         ${prefix}/bin/gfortran-mp-4.6
     configure.f90         ${prefix}/bin/gfortran-mp-4.6
@@ -46,6 +48,7 @@
 }
 
 variant gcc47 description {Use gfortran from gcc47} conflicts gcc45 gcc46 gcc48 gcc49 {
+    depends_lib-append    port:gcc47
     configure.fc          ${prefix}/bin/gfortran-mp-4.7
     configure.f77         ${prefix}/bin/gfortran-mp-4.7
     configure.f90         ${prefix}/bin/gfortran-mp-4.7
@@ -53,6 +56,7 @@
 }
 
 variant gcc48 description {Use gfortran from gcc48} conflicts gcc45 gcc46 gcc47 gcc49 {
+    depends_lib-append    port:gcc48
     configure.fc          ${prefix}/bin/gfortran-mp-4.8
     configure.f77         ${prefix}/bin/gfortran-mp-4.8
     configure.f90         ${prefix}/bin/gfortran-mp-4.8
@@ -60,6 +64,7 @@
 }
 
 variant gcc49 description {Use gfortran from gcc49} conflicts gcc45 gcc46 gcc47 gcc48 {
+    depends_lib-append    port:gcc49
     configure.fc          ${prefix}/bin/gfortran-mp-4.9
     configure.f77         ${prefix}/bin/gfortran-mp-4.9
     configure.f90         ${prefix}/bin/gfortran-mp-4.9
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141001/156da9c6/attachment.html>


More information about the macports-changes mailing list