diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-04-24 16:49:37 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-04-24 16:49:37 +0000 |
commit | 5b21529a57900a9aad7bf87eae561d0764c83841 (patch) | |
tree | 1247260f88c66c65347cec4f7d52d5c1c859f098 /graphics | |
parent | Switch from hdf-4 to netcdf by default to make it packageable. (diff) |
Chase NetCDF's upgrade and bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=190816
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/opendx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index 206746172792..33e57060cf49 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -8,7 +8,7 @@ PORTNAME= opendx PORTVERSION= 4.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics math MASTER_SITES= http://opendx.npaci.edu/source/ DISTNAME= dx-${PORTVERSION} @@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --without-hdf .endif .if !defined(WITHOUT_NETCDF) -LIB_DEPENDS+= netcdf.1:${PORTSDIR}/science/netcdf +LIB_DEPENDS+= netcdf.4:${PORTSDIR}/science/netcdf .else CONFIGURE_ARGS+= --without-netcdf .endif |