diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-04-25 00:49:37 +0800 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-04-25 00:49:37 +0800 |
commit | 5b21529a57900a9aad7bf87eae561d0764c83841 (patch) | |
tree | 1247260f88c66c65347cec4f7d52d5c1c859f098 /graphics/opendx | |
parent | 8d8e44075327dee4d70edb7c31a58726cd0dffa2 (diff) | |
download | freebsd-ports-gnome-5b21529a57900a9aad7bf87eae561d0764c83841.tar.gz freebsd-ports-gnome-5b21529a57900a9aad7bf87eae561d0764c83841.tar.zst freebsd-ports-gnome-5b21529a57900a9aad7bf87eae561d0764c83841.zip |
Chase NetCDF's upgrade and bump PORTREVISION.
Diffstat (limited to 'graphics/opendx')
-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 |