aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/grads
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2010-08-28 06:08:55 +0800
committerglewis <glewis@FreeBSD.org>2010-08-28 06:08:55 +0800
commit1c6c3b1b12e639f6dc9cd1316a7a1a774b23a3f1 (patch)
tree80249de94ac1058c9eebd8c7667901beaf915dc0 /graphics/grads
parentb317a8115abd994b5d744058f2f9d05f02c45401 (diff)
downloadfreebsd-ports-gnome-1c6c3b1b12e639f6dc9cd1316a7a1a774b23a3f1.tar.gz
freebsd-ports-gnome-1c6c3b1b12e639f6dc9cd1316a7a1a774b23a3f1.tar.zst
freebsd-ports-gnome-1c6c3b1b12e639f6dc9cd1316a7a1a774b23a3f1.zip
. Fix the NetCDF shared library version in its dependency.
Submitted by: Paul <stenius@gmail.com>
Diffstat (limited to 'graphics/grads')
-rw-r--r--graphics/grads/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/grads/Makefile b/graphics/grads/Makefile
index 9b6f7033d4e5..ff281bc637ac 100644
--- a/graphics/grads/Makefile
+++ b/graphics/grads/Makefile
@@ -57,7 +57,7 @@ PLIST_SUB+= NETCDF="@comment " HDF=""
.endif
.if defined(WITH_NETCDF)
-LIB_DEPENDS+= netcdf.1:${PORTSDIR}/science/netcdf
+LIB_DEPENDS+= netcdf.4:${PORTSDIR}/science/netcdf
CONFIGURE_ARGS+= --with-nc
PLIST_SUB+= NETCDF="" HDF="@comment "
.endif