[109663] trunk/dports/lang/ftidy/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Aug 19 09:20:35 PDT 2013


Revision: 109663
          https://trac.macports.org/changeset/109663
Author:   jeremyhu at macports.org
Date:     2013-08-19 09:20:34 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
ftidy: Remove implied dependencies

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

Modified: trunk/dports/lang/ftidy/Portfile
===================================================================
--- trunk/dports/lang/ftidy/Portfile	2013-08-19 16:18:53 UTC (rev 109662)
+++ trunk/dports/lang/ftidy/Portfile	2013-08-19 16:20:34 UTC (rev 109663)
@@ -36,27 +36,22 @@
 }
 
 variant gcc43 conflicts gcc44 gcc45 gcc46 gcc47 description {Build using gcc43} {
-    depends_build   port:gcc43
     configure.compiler  macports-gcc-4.3
 }
 
 variant gcc44 conflicts gcc43 gcc45 gcc46 gcc47 description {Build using gcc44} {
-    depends_build   port:gcc44
     configure.compiler  macports-gcc-4.4
 }
 
 variant gcc45 conflicts gcc43 gcc44 gcc46 gcc47 description {Build using gcc45} {
-    depends_build   port:gcc45
     configure.compiler  macports-gcc-4.5
 }
 
 variant gcc46 conflicts gcc43 gcc44 gcc45 gcc47 description {Build using gcc46} {
-    depends_build   port:gcc46
     configure.compiler  macports-gcc-4.6
 }
 
 variant gcc47 conflicts gcc43 gcc44 gcc45 gcc46 description {Build using gcc47} {
-    depends_build   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/d96fef13/attachment.html>


More information about the macports-changes mailing list