aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xcftools
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
committermat <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
commit148314483d3098c0d6a33944f1190842e671502f (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/xcftools
parent96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (diff)
downloadfreebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.gz
freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.zst
freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'graphics/xcftools')
-rw-r--r--graphics/xcftools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xcftools/Makefile b/graphics/xcftools/Makefile
index 960921a5b56c..4ff156aba260 100644
--- a/graphics/xcftools/Makefile
+++ b/graphics/xcftools/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://freeheimdall.spdns.org/files/
MAINTAINER= kalten@gmx.at
COMMENT= Command-line tools for extracting from XCF format (graphics/gimp)
-LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libpng.so:graphics/png
# xcftools is under a public domain licence
@@ -41,8 +41,8 @@ MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= DOCS TESTS
TESTS_DESC= Run self-tests (faulty) (pulls in graphics/netpbm shells/bash)
-TEST_BUILD_DEPENDS= pngtopnm:${PORTSDIR}/graphics/netpbm \
- bash:${PORTSDIR}/shells/bash
+TEST_BUILD_DEPENDS= pngtopnm:graphics/netpbm \
+ bash:shells/bash
.include <bsd.port.options.mk>