aboutsummaryrefslogtreecommitdiff
path: root/graphics/xcftools
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/xcftools
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Notes
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>