diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-30 22:19:24 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-30 22:19:24 +0000 |
commit | e4bf1fcd3063db8bff73d15fe9253e3f7f0213e8 (patch) | |
tree | 96264f73d15f12f971d7d10ed53f8bb90530f705 /graphics/grads/Makefile | |
parent | fbab09fee302574e578e4f0d1b6082cdae4defb4 (diff) |
Notes
Diffstat (limited to 'graphics/grads/Makefile')
-rw-r--r-- | graphics/grads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/grads/Makefile b/graphics/grads/Makefile index cceee35a9718..dd4d559d7d48 100644 --- a/graphics/grads/Makefile +++ b/graphics/grads/Makefile @@ -45,7 +45,7 @@ PLIST_SUB+= NETCDF="@comment " HDF="" .endif .if defined(WITH_NETCDF) -LIB_DEPENDS+= netcdf.1:${PORTSDIR}/math/netcdf +LIB_DEPENDS+= netcdf.1:${PORTSDIR}/science/netcdf CONFIGURE_ARGS+= --with-nc PLIST_SUB+= NETCDF="" HDF="@comment " .endif |