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

takeshi at macports.org takeshi at macports.org
Sat May 16 19:24:18 PDT 2009


Revision: 51056
          http://trac.macports.org/changeset/51056
Author:   takeshi at macports.org
Date:     2009-05-16 19:24:18 -0700 (Sat, 16 May 2009)
Log Message:
-----------
hdf4: removed depends_lib:gcc43 universal_variant no and added conflicts universal to gfortran and g95 variants

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

Modified: trunk/dports/science/hdf4/Portfile
===================================================================
--- trunk/dports/science/hdf4/Portfile	2009-05-17 02:15:12 UTC (rev 51055)
+++ trunk/dports/science/hdf4/Portfile	2009-05-17 02:24:18 UTC (rev 51056)
@@ -18,7 +18,6 @@
                     sha1   31fa41dc5cb06c8f3b34a064ca83cefae16ae1f6 \
                     rmd160 cab74803c04dcc07ef7b0f6e69ce7462a2d6e7a3
 
-depends_build       port:gcc43
 depends_lib         port:zlib port:jpeg
 distname            HDF$version
 
@@ -41,21 +40,19 @@
 	}
 }
 
-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 gfortran description {build with g95} {
+variant g95 conflicts gfortran 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 description {build with gfortran} {
+variant gfortran 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/20090516/529285e7/attachment-0001.html>


More information about the macports-changes mailing list