diff options
author | thierry <thierry@FreeBSD.org> | 2007-04-25 00:49:37 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-04-25 00:49:37 +0800 |
commit | 65b9a0c97df761b6504c1e24f5c3a4c0928d5ad2 (patch) | |
tree | 95dff58f98c77f35e12cd4b26cebe8ae4ef2ed5b /graphics/opendx | |
parent | 0d7f6696ee752496f9eb12053d9ab70edac13f81 (diff) | |
download | freebsd-ports-gnome-65b9a0c97df761b6504c1e24f5c3a4c0928d5ad2.tar.gz freebsd-ports-gnome-65b9a0c97df761b6504c1e24f5c3a4c0928d5ad2.tar.zst freebsd-ports-gnome-65b9a0c97df761b6504c1e24f5c3a4c0928d5ad2.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 |