From e26507284a73d3ef389f6ddfa28b4c45fff59b83 Mon Sep 17 00:00:00 2001 From: eadler Date: Tue, 1 Jul 2014 07:04:47 +0000 Subject: 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) --- net/p5-AddressBook/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/p5-AddressBook') diff --git a/net/p5-AddressBook/Makefile b/net/p5-AddressBook/Makefile index e4a46cbd3355..f11192654493 100644 --- a/net/p5-AddressBook/Makefile +++ b/net/p5-AddressBook/Makefile @@ -14,7 +14,8 @@ COMMENT= Perl5 module providing an LDAP addressbook interface BUILD_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ + p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM USES= perl5 USE_PERL5= configure -- cgit