aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-Summary
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2014-07-01 07:04:47 +0000
committerEitan Adler <eadler@FreeBSD.org>2014-07-01 07:04:47 +0000
commit6e2e6fe4b0edb3ca8c88c8267db80e1655a01125 (patch)
treec9293086bc7f7c3d0b0e223b497e7465b5e0717b /www/p5-HTML-Summary
parent011f1923834306c13fbe8cdeef11058b09cd6617 (diff)
multiple: avoid RUN_DEPENDS=${BUILD_DEPENDS} anti-pattern
The ports infrastructure may insert additional content into the BUILD_DEPENDS variable which is not supposed to be a run depend. Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=359963
Diffstat (limited to 'www/p5-HTML-Summary')
-rw-r--r--www/p5-HTML-Summary/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-HTML-Summary/Makefile b/www/p5-HTML-Summary/Makefile
index f7b1ad5c5290..7ee51c9adf33 100644
--- a/www/p5-HTML-Summary/Makefile
+++ b/www/p5-HTML-Summary/Makefile
@@ -12,7 +12,8 @@ COMMENT= Produces summaries from the textual content of web pages
BUILD_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
ja-p5-Jcode>=2.06:${PORTSDIR}/japanese/p5-Jcode
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
+ ja-p5-Jcode>=2.06:${PORTSDIR}/japanese/p5-Jcode
USES= perl5
USE_PERL5= configure