[109744] trunk/dports/science/whatcheck/Portfile

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


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

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

Modified: trunk/dports/science/whatcheck/Portfile
===================================================================
--- trunk/dports/science/whatcheck/Portfile	2013-08-19 19:34:15 UTC (rev 109743)
+++ trunk/dports/science/whatcheck/Portfile	2013-08-19 19:34:26 UTC (rev 109744)
@@ -41,17 +41,13 @@
 
 if {[variant_isset gcc44]} {
     configure.compiler  macports-gcc-4.4
-    depends_lib-append  port:gcc44
 } elseif {[variant_isset gcc45]} {
     configure.compiler  macports-gcc-4.5
-    depends_lib-append  port:gcc45
 } elseif {[variant_isset gcc46]} {
     configure.compiler  macports-gcc-4.6
-    depends_lib-append  port:gcc46
 } else {
     default_variants    +gcc47
     configure.compiler  macports-gcc-4.7
-    depends_lib-append  port:gcc47
 }
 
 post-extract {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130819/389b8f74/attachment-0001.html>


More information about the macports-changes mailing list