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

takeshi at macports.org takeshi at macports.org
Fri Jan 23 00:54:27 PST 2015


Revision: 132007
          https://trac.macports.org/changeset/132007
Author:   takeshi at macports.org
Date:     2015-01-23 00:54:27 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
grib_api: added dependency to netcdf

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

Modified: trunk/dports/science/grib_api/Portfile
===================================================================
--- trunk/dports/science/grib_api/Portfile	2015-01-22 22:59:15 UTC (rev 132006)
+++ trunk/dports/science/grib_api/Portfile	2015-01-23 08:54:27 UTC (rev 132007)
@@ -6,6 +6,7 @@
 
 name                grib_api
 version             1.13.0
+revision            1
 platforms           darwin
 maintainers         takeshi
 license             Apache-2
@@ -27,7 +28,8 @@
 
 depends_lib         port:jasper \
                     port:openjpeg15 \
-                    port:libpng
+                    port:libpng \
+                    port:netcdf
 
 fetch.ignore_sslcert    yes
 
@@ -52,7 +54,8 @@
                     --with-jasper=${prefix} \
                     --with-openjpeg=${prefix} \
                     --with-png-support=${prefix} \
-                    --disable-python
+                    --disable-python \
+                    --with-netcdf=${prefix}
 
 test.run            yes
 test.target         check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150123/e91b49b9/attachment.html>


More information about the macports-changes mailing list