Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2019 22:57:08 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514743 - head/graphics/xcftools
Message-ID:  <201910182257.x9IMv8eX065105@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910182257.x9IMv8eX065105>