[109664] trunk/dports/lang/ghc/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Aug 19 09:21:25 PDT 2013


Revision: 109664
          https://trac.macports.org/changeset/109664
Author:   jeremyhu at macports.org
Date:     2013-08-19 09:21:25 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
ghc: Remove implied dependencies

Modified Paths:
--------------
    trunk/dports/lang/ghc/Portfile

Modified: trunk/dports/lang/ghc/Portfile
===================================================================
--- trunk/dports/lang/ghc/Portfile	2013-08-19 16:20:34 UTC (rev 109663)
+++ trunk/dports/lang/ghc/Portfile	2013-08-19 16:21:25 UTC (rev 109664)
@@ -61,31 +61,26 @@
 
 variant gcc43 conflicts gcc44 gcc45 gcc46 gcc47 description {Compile with gcc 4.3} {
     configure.compiler      macports-gcc-4.3
-    depends_lib-append      port:gcc43
     configure.args-append   --with-gcc=${configure.cc}
 }
 
 variant gcc44 conflicts gcc43 gcc45 gcc46 gcc47 description {Compile with gcc 4.4} {
     configure.compiler      macports-gcc-4.4
-    depends_lib-append      port:gcc44
     configure.args-append   --with-gcc=${configure.cc}
 }
 
 variant gcc45 conflicts gcc43 gcc44 gcc46 gcc47 description {Compile with gcc 4.5} {
     configure.compiler      macports-gcc-4.5
-    depends_lib-append      port:gcc45
     configure.args-append   --with-gcc=${configure.cc}
 }
 
 variant gcc46 conflicts gcc43 gcc44 gcc45 gcc47 description {Compile with gcc 4.6} {
     configure.compiler      macports-gcc-4.6
-    depends_lib-append      port:gcc46
     configure.args-append   --with-gcc=${configure.cc}
 }
 
 variant gcc47 conflicts gcc43 gcc44 gcc45 gcc46  description {Compile with gcc 4.7} {
     configure.compiler      macports-gcc-4.7
-    depends_lib-append      port:gcc47
     configure.args-append   --with-gcc=${configure.cc}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130819/d9e187af/attachment.html>


More information about the macports-changes mailing list