[109677] trunk/dports/math/minpack/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Aug 19 09:33:00 PDT 2013


Revision: 109677
          https://trac.macports.org/changeset/109677
Author:   jeremyhu at macports.org
Date:     2013-08-19 09:33:00 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
minpack: Remove implied dependencies

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

Modified: trunk/dports/math/minpack/Portfile
===================================================================
--- trunk/dports/math/minpack/Portfile	2013-08-19 16:32:24 UTC (rev 109676)
+++ trunk/dports/math/minpack/Portfile	2013-08-19 16:33:00 UTC (rev 109677)
@@ -50,15 +50,12 @@
 }
 
 variant gcc47 conflicts gcc48 gcc49 description {Use the gcc47 compiler} {
-    depends_lib-append  port:gcc47
     configure.compiler  macports-gcc-4.7
 }
 variant gcc48 conflicts gcc47 gcc49 description {Use the gcc48 compiler} {
-    depends_lib-append  port:gcc48
     configure.compiler  macports-gcc-4.8
 }
 variant gcc49 conflicts gcc47 gcc48 description {Use the gcc49 compiler} {
-    depends_lib-append  port:gcc49
     configure.compiler  macports-gcc-4.9
 }
 if { ![variant_isset gcc48] && ![variant_isset gcc49] } {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130819/6505006f/attachment.html>


More information about the macports-changes mailing list