aboutsummaryrefslogtreecommitdiff
path: root/science/h5utils
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/h5utils
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/h5utils')
-rw-r--r--science/h5utils/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/science/h5utils/Makefile b/science/h5utils/Makefile
index 0e3d1a2ec968..0bc90da9019b 100644
--- a/science/h5utils/Makefile
+++ b/science/h5utils/Makefile
@@ -17,9 +17,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= YES
CFLAGS += -L${LOCALBASE}/lib -I${LOCALBASE}/include -lpthread
-BUILD_DEPENDS+= gawk:${PORTSDIR}/lang/gawk
-LIB_DEPENDS+= libhdf5.so:${PORTSDIR}/science/hdf5 \
- libpng.so:${PORTSDIR}/graphics/png \
- libmatheval.so:${PORTSDIR}/devel/libmatheval
+BUILD_DEPENDS+= gawk:lang/gawk
+LIB_DEPENDS+= libhdf5.so:science/hdf5 \
+ libpng.so:graphics/png \
+ libmatheval.so:devel/libmatheval
.include <bsd.port.mk>