[109707] trunk/dports/science/root/Portfile

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


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

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

Modified: trunk/dports/science/root/Portfile
===================================================================
--- trunk/dports/science/root/Portfile	2013-08-19 19:15:48 UTC (rev 109706)
+++ trunk/dports/science/root/Portfile	2013-08-19 19:16:16 UTC (rev 109707)
@@ -375,22 +375,18 @@
 
 variant gcc45 conflicts gcc46 gcc47 gcc48 clang31 clang32 clang33 description {Compile using MacPorts gcc 4.5} {
     configure.compiler      macports-gcc-4.5
-    depends_lib-append      port:gcc45
 }
 
 variant gcc46 conflicts gcc45 gcc47 gcc48 clang31 clang32 clang33 description {Compile using MacPorts gcc 4.6} {
     configure.compiler      macports-gcc-4.6
-    depends_lib-append      port:gcc46
 }
 
 variant gcc47 conflicts gcc45 gcc46 gcc48 clang31 clang32 clang33 description {Compile using MacPorts gcc 4.7} {
     configure.compiler      macports-gcc-4.7
-    depends_lib-append      port:gcc47
 }
 
 variant gcc48 conflicts gcc45 gcc46 gcc47 clang31 clang32 clang33 description {Compile using MacPorts gcc 4.8} {
     configure.compiler      macports-gcc-4.8
-    depends_lib-append      port:gcc48
 }
 
 variant clang31 conflicts gcc45 gcc46 gcc47 gcc48 clang32 clang33 description {Compile using MacPorts clang 3.1} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130819/ebd62512/attachment.html>


More information about the macports-changes mailing list