diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-11 02:55:25 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-11 02:55:25 +0000 |
commit | 73e4ea077150cb52f3aaf473328b768917c46a1b (patch) | |
tree | 30e3e60677e5d1fb917114bf0732cdae6bcac577 /science/cdo/Makefile | |
parent | 7ea5457ffbbe273a2b54ff0e9859bf24297d6bd0 (diff) | |
download | ports-73e4ea077150cb52f3aaf473328b768917c46a1b.tar.gz ports-73e4ea077150cb52f3aaf473328b768917c46a1b.zip |
Notes
Diffstat (limited to 'science/cdo/Makefile')
-rw-r--r-- | science/cdo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/science/cdo/Makefile b/science/cdo/Makefile index 2b66d9423ccc..2265e1fb2cde 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -7,7 +7,7 @@ # PORTNAME= cdo -PORTVERSION= 0.9.13 +PORTVERSION= 1.0.0 CATEGORIES= science MASTER_SITES= http://www.mpimet.mpg.de/fileadmin/software/cdo/ \ http://sunpoet.net/distfiles/ @@ -28,12 +28,12 @@ OPTIONS= HDF5 "HDF5 support" off \ NETCDF "NETCDF support" off .if defined(WITH_HDF5) -CONFIGURE_ARGS+= --with-hdf5=${LOCALBASE}/include +CONFIGURE_ARGS+= --with-hdf5=${LOCALBASE} LIB_DEPENDS+= hdf5.0:${PORTSDIR}/science/hdf5 .endif .if defined(WITH_NETCDF) -CONFIGURE_ARGS+= --with-netcdf=${LOCALBASE}/include +CONFIGURE_ARGS+= --with-netcdf=${LOCALBASE} LIB_DEPENDS+= netcdf.1:${PORTSDIR}/science/netcdf .endif |