aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2011-03-01 14:02:03 +0800
committerglewis <glewis@FreeBSD.org>2011-03-01 14:02:03 +0800
commitcd1534e9b14d51a7be022ea4cbe61c460066e1c7 (patch)
tree48ab1fdc0765d48fef7fb437d5798f7e54844f0e /graphics
parent00ee9899f409b1409710be035f11275159c3476c (diff)
downloadfreebsd-ports-gnome-cd1534e9b14d51a7be022ea4cbe61c460066e1c7.tar.gz
freebsd-ports-gnome-cd1534e9b14d51a7be022ea4cbe61c460066e1c7.tar.zst
freebsd-ports-gnome-cd1534e9b14d51a7be022ea4cbe61c460066e1c7.zip
. Change to NetCDF 4
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/grads/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/grads/Makefile b/graphics/grads/Makefile
index b8b88a886cff..8adfab453451 100644
--- a/graphics/grads/Makefile
+++ b/graphics/grads/Makefile
@@ -56,7 +56,7 @@ PLIST_SUB+= NETCDF="@comment " HDF=""
.endif
.if defined(WITH_NETCDF)
-LIB_DEPENDS+= netcdf.4:${PORTSDIR}/science/netcdf
+LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf4
CONFIGURE_ARGS+= --with-nc
PLIST_SUB+= NETCDF="" HDF="@comment "
.endif