[109102] trunk/dports/science/ncarg/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Aug 7 17:59:56 PDT 2013


Revision: 109102
          https://trac.macports.org/changeset/109102
Author:   jeremyhu at macports.org
Date:     2013-08-07 17:59:56 -0700 (Wed, 07 Aug 2013)
Log Message:
-----------
ncarg: Remove compiler dependency

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

Modified: trunk/dports/science/ncarg/Portfile
===================================================================
--- trunk/dports/science/ncarg/Portfile	2013-08-08 00:58:33 UTC (rev 109101)
+++ trunk/dports/science/ncarg/Portfile	2013-08-08 00:59:56 UTC (rev 109102)
@@ -239,32 +239,26 @@
 
 variant gcc43 conflicts gcc44 gcc45 gcc46 gcc47 gcc48 g95 description {compile with gcc 4.3} {
     configure.compiler      macports-gcc-4.3
-    depends_build-append    port:gcc43
 }
 
 variant gcc44 conflicts gcc43 gcc45 gcc46 gcc47 gcc48 g95 description {compile with gcc 4.4} {
     configure.compiler      macports-gcc-4.4
-    depends_build-append    port:gcc44
 }
 
 variant gcc45 conflicts gcc43 gcc44 gcc46 gcc47 gcc48 g95 description {compile with gcc 4.5} {
     configure.compiler      macports-gcc-4.5
-    depends_build-append    port:gcc45
 }
 
 variant gcc46 conflicts gcc43 gcc44 gcc45 gcc47 gcc48 g95 description {compile with gcc 4.6} {
     configure.compiler      macports-gcc-4.6
-    depends_build-append    port:gcc46
 }
 
 variant gcc47 conflicts gcc43 gcc44 gcc45 gcc46 gcc48 g95 description {compile with gcc 4.7} {
     configure.compiler      macports-gcc-4.7
-    depends_build-append    port:gcc47
 }
 
 variant gcc48 conflicts gcc43 gcc44 gcc45 gcc46 gcc47 g95 description {compile with gcc 4.8} {
     configure.compiler      macports-gcc-4.8
-    depends_build-append    port:gcc48
 }
 
 if {![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46] && ![variant_isset gcc48] && ![variant_isset g95]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130807/0e0248ec/attachment.html>


More information about the macports-changes mailing list