Revision: 69199 http://trac.macports.org/changeset/69199 Author: takeshi@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
participants (1)
-
takeshi@macports.org