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

takeshi at macports.org takeshi at macports.org
Sat Feb 16 19:20:02 PST 2008


Revision: 34189
          http://trac.macosforge.org/projects/macports/changeset/34189
Author:   takeshi at macports.org
Date:     2008-02-16 19:20:02 -0800 (Sat, 16 Feb 2008)

Log Message:
-----------
Added a new line after PortSystem and descriptions to variants

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

Modified: trunk/dports/math/fftw-3/Portfile
===================================================================
--- trunk/dports/math/fftw-3/Portfile	2008-02-17 03:05:33 UTC (rev 34188)
+++ trunk/dports/math/fftw-3/Portfile	2008-02-17 03:20:02 UTC (rev 34189)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem      1.0
+
 name            fftw-3
 version         3.1.2
 revision        2
@@ -53,14 +54,14 @@
 	system "cd ${worksrcpath} && make check"
 }
 
-variant fortran conflicts g95 {
+variant fortran description {uses gfortran} conflicts g95 {
 	depends_lib-append    port:gcc42
 	configure.fc          gfortran-mp-4.2
 	configure.args-delete --disable-fortran
 	configure.args-append --enable-fortran=gfortran-mp-4.2
 }
 
-variant g95 conflicts fortran {
+variant g95 description {uses g95} conflicts fortran {
 	depends_lib-append    port:g95
 	configure.fc	      g95
 	configure.args-delete --disable-fortran

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080216/08a1f423/attachment.html 


More information about the macports-changes mailing list