[109673] trunk/dports/math/fftw/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Aug 19 09:29:58 PDT 2013


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

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

Modified: trunk/dports/math/fftw/Portfile
===================================================================
--- trunk/dports/math/fftw/Portfile	2013-08-19 16:29:38 UTC (rev 109672)
+++ trunk/dports/math/fftw/Portfile	2013-08-19 16:29:58 UTC (rev 109673)
@@ -42,27 +42,22 @@
 }
 
 variant gcc43 conflicts g95 gcc44 gcc45 gcc46 gcc47 description {include fortran-callable wrappers built with gcc 4.3} {
-	depends_lib-append	port:gcc43
 	configure.compiler  macports-gcc-4.3
 }
 
 variant gcc44 conflicts g95 gcc43 gcc45 gcc46 gcc47 description {include fortran-callable wrappers built with gcc 4.4} {
-	depends_lib-append	port:gcc44
 	configure.compiler  macports-gcc-4.4
 }
 
 variant gcc45 conflicts g95 gcc43 gcc44 gcc46 gcc47 description {include fortran-callable wrappers built with gcc 4.5} {
-	depends_lib-append	port:gcc45
 	configure.compiler  macports-gcc-4.5
 }
 
 variant gcc46 conflicts g95 gcc43 gcc44 gcc45 gcc47 description {include fortran-callable wrappers built with gcc 4.6} {
-	depends_lib-append	port:gcc46
 	configure.compiler  macports-gcc-4.6
 }
 
 variant gcc47 conflicts g95 gcc43 gcc44 gcc45 gcc46 description {include fortran-callable wrappers built with gcc 4.7} {
-	depends_lib-append	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/a71ae980/attachment-0001.html>


More information about the macports-changes mailing list