summaryrefslogtreecommitdiff
path: root/textproc/p5-HTML-RewriteAttributes
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-12-30 05:36:27 +0000
committerSteve Wills <swills@FreeBSD.org>2011-12-30 05:36:27 +0000
commit7875664eda41a424eff90554beae48b41e0562b9 (patch)
treedc6aed5680a9e7c2f56e2bd052a1c489ede9ce4b /textproc/p5-HTML-RewriteAttributes
parentUpdate to 1.7.8.2. (diff)
- Add missing BUILD_DEPENDS to silence build warnings and allow testing
Diffstat (limited to 'textproc/p5-HTML-RewriteAttributes')
-rw-r--r--textproc/p5-HTML-RewriteAttributes/Makefile3
1 files changed, 2 insertions, 1 deletions
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