aboutsummaryrefslogtreecommitdiff
path: root/graphics/opendx
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-03 03:17:19 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-03 03:17:19 +0000
commita63f38bc0640a4068bb75f3a47549443f2934040 (patch)
treec25f16e279d111bbdccec651cfe390f8432326e7 /graphics/opendx
parent095fbe3e1ac5c36839609020469db604066f1593 (diff)
downloadports-a63f38bc0640a4068bb75f3a47549443f2934040.tar.gz
ports-a63f38bc0640a4068bb75f3a47549443f2934040.zip
- Update to 4.3.2 (from science/netcdf4)
- Bump PORTREVISION for science/netcdf shlib change and dependency change from science/netcdf4 to science/netcdf [1] Changes: http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html Approved by: portmgr (bapt) [1]
Notes
Notes: svn path=/head/; revision=352855
Diffstat (limited to 'graphics/opendx')
-rw-r--r--graphics/opendx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile
index b28a25ffff6b..4306b35e73fd 100644
--- a/graphics/opendx/Makefile
+++ b/graphics/opendx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= opendx
PORTVERSION= 4.4.4
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= graphics math java
MASTER_SITES= http://www.sfr-fresh.com/unix/misc/
DISTNAME= dx-${PORTVERSION}
@@ -40,7 +40,7 @@ CONFIGURE_ARGS+= --without-hdf
.endif
.if !defined(WITHOUT_NETCDF)
-LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf4
+LIB_DEPENDS+= libnetcdf.so:${PORTSDIR}/science/netcdf
.else
CONFIGURE_ARGS+= --without-netcdf
.endif