diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2014-07-01 07:04:47 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2014-07-01 07:04:47 +0000 |
commit | 6e2e6fe4b0edb3ca8c88c8267db80e1655a01125 (patch) | |
tree | c9293086bc7f7c3d0b0e223b497e7465b5e0717b /www/p5-HTML-Summary | |
parent | 011f1923834306c13fbe8cdeef11058b09cd6617 (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/Makefile | 3 |
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 |