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

takeshi at macports.org takeshi at macports.org
Wed Apr 20 21:28:43 PDT 2011


Revision: 78047
          http://trac.macports.org/changeset/78047
Author:   takeshi at macports.org
Date:     2011-04-20 21:28:42 -0700 (Wed, 20 Apr 2011)
Log Message:
-----------
hdf4: whitespace changes

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

Modified: trunk/dports/science/hdf4/Portfile
===================================================================
--- trunk/dports/science/hdf4/Portfile	2011-04-21 04:27:29 UTC (rev 78046)
+++ trunk/dports/science/hdf4/Portfile	2011-04-21 04:28:42 UTC (rev 78047)
@@ -45,21 +45,21 @@
 }
 
 variant g95 conflicts gcc43 gcc44 universal description {build with g95} {
-    configure.args-delete	--disable-fortran
-    depends_build-append  port:g95
-    configure.f77 ${prefix}/bin/g95
+    configure.args-delete   disable-fortran
+    depends_build-append    port:g95
+    configure.f77           ${prefix}/bin/g95
 }
 
 variant gcc43 conflicts g95 gcc44 universal description {build with gfortran 4.3} {
-    configure.args-delete	--disable-fortran
-    depends_build-append port:gcc43
-    configure.f77 ${prefix}/bin/gfortran-mp-4.3
+    configure.args-delete   --disable-fortran
+    depends_build-append    port:gcc43
+    configure.f77           ${prefix}/bin/gfortran-mp-4.3
 }
 
 variant gcc44 conflicts g95 gcc43 universal description {build with gfortran 4.4} {
-    configure.args-delete	--disable-fortran
-    depends_build-append port:gcc44
-    configure.f77 ${prefix}/bin/gfortran-mp-4.4
+    configure.args-delete   --disable-fortran
+    depends_build-append    port:gcc44
+    configure.f77           ${prefix}/bin/gfortran-mp-4.4
 }
 
 livecheck.type   regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110420/1c0f7b0a/attachment.html>


More information about the macports-changes mailing list