[109666] trunk/dports/lang/librep/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Aug 19 09:23:02 PDT 2013


Revision: 109666
          https://trac.macports.org/changeset/109666
Author:   jeremyhu at macports.org
Date:     2013-08-19 09:23:02 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
librep: Remove implied dependencies, fix +gcc46 variant

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

Modified: trunk/dports/lang/librep/Portfile
===================================================================
--- trunk/dports/lang/librep/Portfile	2013-08-19 16:21:34 UTC (rev 109665)
+++ trunk/dports/lang/librep/Portfile	2013-08-19 16:23:02 UTC (rev 109666)
@@ -36,19 +36,15 @@
 
 configure.args      --without-readline
 
-# Adding dependencies on GCC won't be necessary once r102932 is released.
 variant gcc45 conflicts gcc46 gcc47 description {build with gcc45} {
-    depends_lib-append      port:gcc45
     configure.compiler      macports-gcc-4.5
 }
 
 variant gcc46 conflicts gcc45 gcc47 description {build with gcc46} {
-    depends_lib-append      port:gcc45
-    configure.compiler      macports-gcc-4.5
+    configure.compiler      macports-gcc-4.6
 }
 
 variant gcc47 conflicts gcc45 gcc46 description {build with gcc47} {
-    depends_lib-append      port:gcc47
     configure.compiler      macports-gcc-4.7
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130819/bc0ceb5a/attachment.html>


More information about the macports-changes mailing list