[53380] trunk/dports/science/hdf4/Portfile

takeshi at macports.org takeshi at macports.org
Sat Jul 4 05:39:40 PDT 2009


Revision: 53380
          http://trac.macports.org/changeset/53380
Author:   takeshi at macports.org
Date:     2009-07-04 05:39:39 -0700 (Sat, 04 Jul 2009)
Log Message:
-----------
hdf4: renamed variant gfortran to gcc43

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

Modified: trunk/dports/science/hdf4/Portfile
===================================================================
--- trunk/dports/science/hdf4/Portfile	2009-07-04 12:36:04 UTC (rev 53379)
+++ trunk/dports/science/hdf4/Portfile	2009-07-04 12:39:39 UTC (rev 53380)
@@ -46,13 +46,13 @@
 	depends_lib-append	    port:szip
 }
 
-variant g95 conflicts gfortran conflicts universal description {build with g95} {
+variant g95 conflicts gcc43 conflicts universal description {build with g95} {
   configure.args-delete	--disable-fortran
   depends_build-append  port:g95
 	configure.env-append  F77=${prefix}/bin/g95
 }
 
-variant gfortran conflicts g95 conflicts universal description {build with gfortran} {
+variant gcc43 conflicts g95 conflicts universal description {build with gfortran} {
   configure.args-delete	--disable-fortran
   depends_build-append port:gcc43
 	configure.env-append F77=${prefix}/bin/gfortran-mp-4.3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090704/67f544b3/attachment.html>


More information about the macports-changes mailing list