diff options
| author | Steve Wills <swills@FreeBSD.org> | 2011-12-30 05:36:27 +0000 |
|---|---|---|
| committer | Steve Wills <swills@FreeBSD.org> | 2011-12-30 05:36:27 +0000 |
| commit | 7875664eda41a424eff90554beae48b41e0562b9 (patch) | |
| tree | dc6aed5680a9e7c2f56e2bd052a1c489ede9ce4b /textproc/p5-HTML-RewriteAttributes | |
| parent | Update 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/Makefile | 3 |
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 |
