From 7875664eda41a424eff90554beae48b41e0562b9 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Fri, 30 Dec 2011 05:36:27 +0000 Subject: - Add missing BUILD_DEPENDS to silence build warnings and allow testing --- textproc/p5-HTML-RewriteAttributes/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textproc/p5-HTML-RewriteAttributes') diff --git a/textproc/p5-HTML-RewriteAttributes/Makefile b/textproc/p5-HTML-RewriteAttributes/Makefile index de8507ebdf04..1c733ef24ab2 100644 --- a/textproc/p5-HTML-RewriteAttributes/Makefile +++ b/textproc/p5-HTML-RewriteAttributes/Makefile @@ -13,9 +13,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple yet powerful HTML attribute rewriting -RUN_DEPENDS= p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ +BUILD_DEPENDS= p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ p5-HTML-Tagset>0:${PORTSDIR}/www/p5-HTML-Tagset \ p5-URI>0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_SAFE= yes -- cgit v1.2.3