aboutsummaryrefslogtreecommitdiff
path: root/graphics/xcftools
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-10-18 22:57:08 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-10-18 22:57:08 +0000
commite8291d267fe50d3ff78504ca1f85be028fa8c8bb (patch)
tree8211e5c7711e78c764a162cd579973058081b941 /graphics/xcftools
parent7516c2470ca2c748c501d4bb85e50bdb46c364e2 (diff)
downloadports-e8291d267fe50d3ff78504ca1f85be028fa8c8bb.tar.gz
ports-e8291d267fe50d3ff78504ca1f85be028fa8c8bb.zip
graphics/xcftools: Spell TESTS_BUILD_DEPENDS correctly
Notes
Notes: svn path=/head/; revision=514743
Diffstat (limited to 'graphics/xcftools')
-rw-r--r--graphics/xcftools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xcftools/Makefile b/graphics/xcftools/Makefile
index 52dbbbe80ec6..dd33ffef63fc 100644
--- a/graphics/xcftools/Makefile
+++ b/graphics/xcftools/Makefile
@@ -41,7 +41,7 @@ MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= DOCS TESTS
TESTS_DESC= Run self-tests (faulty) (pulls in graphics/netpbm shells/bash)
-TEST_BUILD_DEPENDS= pngtopnm:graphics/netpbm \
+TESTS_BUILD_DEPENDS= pngtopnm:graphics/netpbm \
bash:shells/bash
.include <bsd.port.options.mk>