- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or

RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
This commit is contained in:
Steve Wills
2012-06-10 18:42:48 +00:00
parent 17363b49d1
commit 63d09c9c9b
639 changed files with 639 additions and 639 deletions

View File

@@ -16,7 +16,7 @@ COMMENT= A perl5 module for SQL parsing and processing
RUN_DEPENDS= p5-Clone>=0.30:${PORTSDIR}/devel/p5-Clone \
p5-Params-Util>=1.00:${PORTSDIR}/devel/p5-Params-Util
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes