aboutsummaryrefslogtreecommitdiff
path: root/science/netcdf
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
commit597afc47baba19000afd8ec4880a2c47975b0367 (patch)
treeeb9a806366343ecfc3a5146e70b637f09d4e62c7 /science/netcdf
parent8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff)
downloadports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz
ports-597afc47baba19000afd8ec4880a2c47975b0367.zip
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412349
Diffstat (limited to 'science/netcdf')
-rw-r--r--science/netcdf/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile
index fc2f998fc2d1..befec72f8408 100644
--- a/science/netcdf/Makefile
+++ b/science/netcdf/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= C library for machine-independent, array-oriented data access
-LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5
+LIB_DEPENDS= libhdf5.so:science/hdf5
CONFLICTS_INSTALL= hdf-4.[0-9]* netcdf-3.[0-9]* netcdf3-3.[0-9]*
@@ -30,12 +30,12 @@ USE_LDCONFIG= yes
USES= libtool localbase ncurses pathfix pkgconfig:run
DAP_CONFIGURE_ENABLE= dap
-DAP_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
-DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
+DAP_LIB_DEPENDS= libcurl.so:ftp/curl
+DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
DOXYGEN_CONFIGURE_ENABLE= doxygen
DOXYGEN_IMPLIES= DOCS
DOXYGEN_PORTDOCS= *
-SZIP_LIB_DEPENDS= libsz.so:${PORTSDIR}/science/szip
+SZIP_LIB_DEPENDS= libsz.so:science/szip
SZIP_LIBS= -lsz
post-patch: