From 811c4be9f0b92363ffcd033d9165287cd6bc9b63 Mon Sep 17 00:00:00 2001 From: swills Date: Sun, 10 Jun 2012 18:42:48 +0000 Subject: - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) --- databases/p5-Teng/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/p5-Teng') diff --git a/databases/p5-Teng/Makefile b/databases/p5-Teng/Makefile index 64b2708db483..9de1c68d265e 100644 --- a/databases/p5-Teng/Makefile +++ b/databases/p5-Teng/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= \ p5-Data-Page>0:${PORTSDIR}/databases/p5-Data-Page \ p5-Data-Page-NoTotalEntries>=0.02:${PORTSDIR}/devel/p5-Data-Page-NoTotalEntries \ p5-SQL-Maker>=0.14:${PORTSDIR}/databases/p5-SQL-Maker -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-DBD-SQLite>=1.12:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ -- cgit