[109080] trunk/dports/math/gnudatalanguage/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Aug 7 15:47:45 PDT 2013


Revision: 109080
          https://trac.macports.org/changeset/109080
Author:   jeremyhu at macports.org
Date:     2013-08-07 15:47:45 -0700 (Wed, 07 Aug 2013)
Log Message:
-----------
gnudatalanguage: Remove already-implied compiler dependencies

Modified Paths:
--------------
    trunk/dports/math/gnudatalanguage/Portfile

Modified: trunk/dports/math/gnudatalanguage/Portfile
===================================================================
--- trunk/dports/math/gnudatalanguage/Portfile	2013-08-07 22:45:28 UTC (rev 109079)
+++ trunk/dports/math/gnudatalanguage/Portfile	2013-08-07 22:47:45 UTC (rev 109080)
@@ -178,33 +178,28 @@
 
 variant gcc44 conflicts gcc45 gcc46 gcc47 description {enabling of the support for OpenMP with gcc44} {
     configure.compiler      macports-gcc-4.4
-    depends_lib-append    port:gcc44
 # Detecting CXX compiler ABI info fails without this
     configure.args-append   -D
 }
 
 variant gcc45 conflicts gcc44 gcc46 gcc47 gcc48 description {enabling of the support for OpenMP with gcc45} {
     configure.compiler      macports-gcc-4.5
-    depends_lib-append    port:gcc45
 # Detecting CXX compiler ABI info fails without this
     configure.args-append   -D
 }
 
 variant gcc46 conflicts gcc44 gcc45 gcc47 gcc48 description {enabling of the support for OpenMP with gcc46} {
     configure.compiler      macports-gcc-4.6
-    depends_lib-append    port:gcc46
 # Detecting CXX compiler ABI info fails without this
     configure.args-append   -D
 }
 
 variant gcc47 conflicts gcc44 gcc45 gcc46 gcc48 description {enabling of the support for OpenMP with gcc47} {
     configure.compiler      macports-gcc-4.7
-    depends_lib-append    port:gcc47
 }
 
 variant gcc48 conflicts gcc44 gcc45 gcc46 gcc47 description {enabling of the support for OpenMP with gcc48} {
     configure.compiler      macports-gcc-4.8
-    depends_lib-append    port:gcc48
 }
 
 variant gshhs description {build with support for GSHHS} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130807/a2c406a2/attachment.html>


More information about the macports-changes mailing list