[69685] trunk/dports/math/qrupdate/Portfile

jmr at macports.org jmr at macports.org
Tue Jul 13 08:23:14 PDT 2010


Revision: 69685
          http://trac.macports.org/changeset/69685
Author:   jmr at macports.org
Date:     2010-07-13 08:23:13 -0700 (Tue, 13 Jul 2010)
Log Message:
-----------
qrupdate: gcc needs to be in depends_lib (didn't check g95)

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

Modified: trunk/dports/math/qrupdate/Portfile
===================================================================
--- trunk/dports/math/qrupdate/Portfile	2010-07-13 15:17:42 UTC (rev 69684)
+++ trunk/dports/math/qrupdate/Portfile	2010-07-13 15:23:13 UTC (rev 69685)
@@ -73,14 +73,14 @@
 }
 
 variant gcc43 conflicts g95 gcc44 universal description {build with gcc43 fortran} {
-    depends_build-append    port:gcc43
+    depends_lib-append    port:gcc43
     post-patch {
         reinplace "s|gfortran|gfortran-mp-4.3|" ${worksrcpath}/Makeconf
     }
 }
 
 variant gcc44 conflicts g95 gcc43 description {build with gcc44 fortran} {
-    depends_build-append    port:gcc44
+    depends_lib-append    port:gcc44
     post-patch {
         reinplace "s|gfortran|gfortran-mp-4.4|" ${worksrcpath}/Makeconf
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100713/0c3a02b4/attachment.html>


More information about the macports-changes mailing list