[109674] trunk/dports/math/fftw-3/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Aug 19 09:30:45 PDT 2013


Revision: 109674
          https://trac.macports.org/changeset/109674
Author:   jeremyhu at macports.org
Date:     2013-08-19 09:30:45 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
fftw-3: Remove implied dependencies

Modified Paths:
--------------
    trunk/dports/math/fftw-3/Portfile

Modified: trunk/dports/math/fftw-3/Portfile
===================================================================
--- trunk/dports/math/fftw-3/Portfile	2013-08-19 16:29:58 UTC (rev 109673)
+++ trunk/dports/math/fftw-3/Portfile	2013-08-19 16:30:45 UTC (rev 109674)
@@ -172,7 +172,6 @@
 }
 
 variant gcc43 description {compile using gcc43 toolchain} conflicts gcc44 gcc45 gcc46 gcc47 gcc48 g95 {
-    depends_lib-append    port:gcc43
     configure.compiler    macports-gcc-4.3
     configure.args-delete --disable-fortran
     if { ${os.arch} == "i386" } {
@@ -185,7 +184,6 @@
 }
 
 variant gcc44 description {compile using gcc44 toolchain} conflicts gcc43 gcc45 gcc46 gcc47 gcc48 g95 {
-    depends_lib-append    port:gcc44
     configure.compiler    macports-gcc-4.4
     configure.args-delete --disable-fortran
     if { ${os.arch} == "i386" } {
@@ -198,7 +196,6 @@
 }
 
 variant gcc45 description {compile using gcc45 toolchain} conflicts gcc43 gcc44 gcc46 gcc47 gcc48 g95 {
-    depends_lib-append    port:gcc45
     configure.compiler    macports-gcc-4.5
     configure.args-delete --disable-fortran
     if { ${os.arch} == "i386" } {
@@ -211,7 +208,6 @@
 }
 
 variant gcc46 description {compile using gcc46 toolchain} conflicts gcc43 gcc44 gcc45 gcc47 gcc48 g95 {
-    depends_lib-append    port:gcc46
     configure.compiler    macports-gcc-4.6
     configure.args-delete --disable-fortran
     if { ${os.arch} == "i386" } {
@@ -224,7 +220,6 @@
 }
 
 variant gcc47 description {compile using gcc47 toolchain} conflicts gcc43 gcc44 gcc45 gcc46 gcc48 g95 {
-    depends_lib-append    port:gcc47
     configure.compiler    macports-gcc-4.7
     configure.args-delete --disable-fortran
     if { ${os.arch} == "i386" } {
@@ -237,7 +232,6 @@
 }
 
 variant gcc48 description {compile using gcc47 toolchain} conflicts gcc43 gcc44 gcc45 gcc46 gcc47 g95 {
-    depends_lib-append    port:gcc48
     configure.compiler    macports-gcc-4.8
     configure.args-delete --disable-fortran
     if { ${os.arch} == "i386" } {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130819/993156fe/attachment.html>


More information about the macports-changes mailing list