[62439] trunk/dports/science/grib_api/Portfile

takeshi at macports.org takeshi at macports.org
Fri Jan 8 00:52:00 PST 2010


Revision: 62439
          http://trac.macports.org/changeset/62439
Author:   takeshi at macports.org
Date:     2010-01-08 00:51:58 -0800 (Fri, 08 Jan 2010)
Log Message:
-----------
grib_api: added default_variants +gcc43

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

Modified: trunk/dports/science/grib_api/Portfile
===================================================================
--- trunk/dports/science/grib_api/Portfile	2010-01-08 03:54:28 UTC (rev 62438)
+++ trunk/dports/science/grib_api/Portfile	2010-01-08 08:51:58 UTC (rev 62439)
@@ -37,8 +37,7 @@
                     --with-jasper=${prefix} \
                     --with-openjpeg=${prefix} \
                     --with-png-support=${prefix} \
-                    --with-emos=-lemosR64 \
-                    --with-perl=""
+                    --with-emos=-lemosR64
 
 test.run            yes
 test.target         check
@@ -52,6 +51,10 @@
     }
 }
 
+if {![variant_isset g95]} {
+    default_variants +gcc43
+}
+
 variant gcc43 conflicts g95 description {builds fortran interface with gfortran} {
     depends_build-append    port:gcc43
     configure.args-delete   --disable-fortran
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100108/52979174/attachment.html>


More information about the macports-changes mailing list