summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-01-30 22:19:24 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-01-30 22:19:24 +0000
commite4bf1fcd3063db8bff73d15fe9253e3f7f0213e8 (patch)
tree96264f73d15f12f971d7d10ed53f8bb90530f705 /graphics
parentPopulate newly create net-p2p category with these ports: (diff)
Repocopy math/netcdf to science/netcdf, along with cdf, hdf and hdf5.
PR: 92497 Submitted by: /me Repocopied by: marcus
Notes
Notes: svn path=/head/; revision=154853
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gmt/Makefile2
-rw-r--r--graphics/grads/Makefile2
-rw-r--r--graphics/opendx/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gmt/Makefile b/graphics/gmt/Makefile
index 683f27874a50..05ae4918e1bd 100644
--- a/graphics/gmt/Makefile
+++ b/graphics/gmt/Makefile
@@ -23,7 +23,7 @@ EXTRACT_ONLY= ${DISTNAME}_progs${EXTRACT_SUFX} \
MAINTAINER= sec@42.org
COMMENT= The Generic Mapping Tools data processing and display software package
-LIB_DEPENDS= netcdf.1:${PORTSDIR}/math/netcdf
+LIB_DEPENDS= netcdf.1:${PORTSDIR}/science/netcdf
EXTRACT_SUB= GMT_share${EXTRACT_SUFX}
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
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile
index a2d35f24df79..8a5f3979f529 100644
--- a/graphics/opendx/Makefile
+++ b/graphics/opendx/Makefile
@@ -45,7 +45,7 @@ CONFIGURE_ARGS+= --without-hdf
.endif
.if defined(WITH_NETCDF)
-LIB_DEPENDS+= netcdf.1:${PORTSDIR}/math/netcdf
+LIB_DEPENDS+= netcdf.1:${PORTSDIR}/science/netcdf
.else
CONFIGURE_ARGS+= --without-netcdf
.endif