svn commit: r514743 - head/graphics/xcftools

Tobias Kortkamp tobik at FreeBSD.org
Fri Oct 18 22:57:09 UTC 2019


Author: tobik
Date: Fri Oct 18 22:57:08 2019
New Revision: 514743
URL: https://svnweb.freebsd.org/changeset/ports/514743

Log:
  graphics/xcftools: Spell TESTS_BUILD_DEPENDS correctly

Modified:
  head/graphics/xcftools/Makefile

Modified: head/graphics/xcftools/Makefile
==============================================================================
--- head/graphics/xcftools/Makefile	Fri Oct 18 22:55:11 2019	(r514742)
+++ head/graphics/xcftools/Makefile	Fri Oct 18 22:57:08 2019	(r514743)
@@ -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>


More information about the svn-ports-head mailing list