[69199] trunk/dports/science/netcdf/Portfile

takeshi at macports.org takeshi at macports.org
Mon Jun 28 05:31:53 PDT 2010


Revision: 69199
          http://trac.macports.org/changeset/69199
Author:   takeshi at macports.org
Date:     2010-06-28 05:31:52 -0700 (Mon, 28 Jun 2010)
Log Message:
-----------
netcdf: added missing depends_lib

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

Modified: trunk/dports/science/netcdf/Portfile
===================================================================
--- trunk/dports/science/netcdf/Portfile	2010-06-28 12:25:15 UTC (rev 69198)
+++ trunk/dports/science/netcdf/Portfile	2010-06-28 12:31:52 UTC (rev 69199)
@@ -94,6 +94,7 @@
 }
 
 variant netcdf4 description {enable support for netcdf-4 API} {
+    depends_lib-append      port:hdf5-18
     configure.args-delete   --disable-netcdf-4 \
                             --without-libcf
     configure.args-append   --enable-netcdf-4 \
@@ -102,6 +103,7 @@
 }
 
 variant hdf4 description {enable support for hdf4} {
+    depends_lib-append    port:hdf4
     configure.args-append --enable-hdf4 \
                           --with-hdf4=${prefix} \
                           --disable-hdf4-file-tests
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100628/a4190d5d/attachment.html>


More information about the macports-changes mailing list