[109719] trunk/dports/science/gpp4/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Aug 19 12:30:08 PDT 2013


Revision: 109719
          https://trac.macports.org/changeset/109719
Author:   jeremyhu at macports.org
Date:     2013-08-19 12:30:08 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
gpp4: Remove implied dependencies

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

Modified: trunk/dports/science/gpp4/Portfile
===================================================================
--- trunk/dports/science/gpp4/Portfile	2013-08-19 19:29:59 UTC (rev 109718)
+++ trunk/dports/science/gpp4/Portfile	2013-08-19 19:30:08 UTC (rev 109719)
@@ -31,27 +31,22 @@
 
 variant gcc43 conflicts gcc44 gcc45 gcc46 gcc47 description {Compile with gcc 4.3} {
     configure.compiler macports-gcc-4.3
-    depends_lib-append port:gcc43
 }
 
 variant gcc44 conflicts gcc43 gcc45 gcc46 gcc47 description {Compile with gcc 4.4} {
     configure.compiler macports-gcc-4.4
-    depends_lib-append port:gcc44
 }
 
 variant gcc45 conflicts gcc43 gcc44 gcc46 gcc47 description {Compile with gcc 4.5} {
     configure.compiler macports-gcc-4.5
-    depends_lib-append port:gcc45
 }
 
 variant gcc46 conflicts gcc43 gcc44 gcc45 gcc47 description {Compile with gcc 4.6} {
     configure.compiler macports-gcc-4.6
-    depends_lib-append port:gcc46
 }
 
 variant gcc47 conflicts gcc43 gcc44 gcc45 gcc46 description {Compile with gcc 4.7} {
     configure.compiler macports-gcc-4.7
-    depends_lib-append port:gcc47
 }
 
 if {![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130819/928aa10c/attachment.html>


More information about the macports-changes mailing list