aboutsummaryrefslogtreecommitdiff
path: root/graphics/grads/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2010-08-27 22:08:55 +0000
committerGreg Lewis <glewis@FreeBSD.org>2010-08-27 22:08:55 +0000
commit39e8ec583d352f895b771cf1e1e0f78f346c292b (patch)
tree9b247c6540feff3997ccc6af7267503ebe725fc0 /graphics/grads/Makefile
parent767666629736fe35d61c464edc47b5a75a80c7ac (diff)
downloadports-39e8ec583d352f895b771cf1e1e0f78f346c292b.tar.gz
ports-39e8ec583d352f895b771cf1e1e0f78f346c292b.zip
. Fix the NetCDF shared library version in its dependency.
Submitted by: Paul <stenius@gmail.com>
Notes
Notes: svn path=/head/; revision=260101
Diffstat (limited to 'graphics/grads/Makefile')
-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