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

takeshi at macports.org takeshi at macports.org
Sat May 16 18:09:15 PDT 2009


Revision: 51049
          http://trac.macports.org/changeset/51049
Author:   takeshi at macports.org
Date:     2009-05-16 18:09:14 -0700 (Sat, 16 May 2009)
Log Message:
-----------
hdf4: set universal_variant no

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

Modified: trunk/dports/science/hdf4/Portfile
===================================================================
--- trunk/dports/science/hdf4/Portfile	2009-05-17 01:04:00 UTC (rev 51048)
+++ trunk/dports/science/hdf4/Portfile	2009-05-17 01:09:14 UTC (rev 51049)
@@ -41,19 +41,21 @@
 	}
 }
 
+universal_variant   no
+
 variant szip description {installs szip} {
   configure.args-delete	--with-szlib=no
 	configure.args-append	--with-szlib=yes
 	depends_lib-append	    port:szip
 }
 
-variant g95 conflicts {universal gfortran} description {build with g95} {
+variant g95 conflicts gfortran description {build with g95} {
   configure.args-delete	--disable-fortran
   depends_build-append  port:g95
 	configure.env-append  F77=${prefix}/bin/g95
 }
 
-variant gfortran conflicts {universal g95} description {build with gfortran} {
+variant gfortran conflicts g95 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/20090516/e5e74806/attachment-0001.html>


More information about the macports-changes mailing list