[109728] trunk/dports/science/libctl/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Aug 19 12:31:45 PDT 2013


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

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

Modified: trunk/dports/science/libctl/Portfile
===================================================================
--- trunk/dports/science/libctl/Portfile	2013-08-19 19:31:37 UTC (rev 109727)
+++ trunk/dports/science/libctl/Portfile	2013-08-19 19:31:45 UTC (rev 109728)
@@ -28,27 +28,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/dd8cb523/attachment.html>


More information about the macports-changes mailing list