diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-01-09 04:07:19 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-01-09 04:07:19 +0000 |
commit | fe45fe76909bccb22393d322ae86e23841352858 (patch) | |
tree | 55c95bb55b25da8d953cf3d6dcc0b801f7c7a14c /www/p5-CGI-Untaint | |
parent | e1925f71024fbbbc6356957304ac960ac4147bc9 (diff) |
- Add BUILD_DEPENDS to silence build warnings
Notes
Notes:
svn path=/head/; revision=288806
Diffstat (limited to 'www/p5-CGI-Untaint')
-rw-r--r-- | www/p5-CGI-Untaint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-CGI-Untaint/Makefile b/www/p5-CGI-Untaint/Makefile index 5ad23c7f79ca..bcaad349fb19 100644 --- a/www/p5-CGI-Untaint/Makefile +++ b/www/p5-CGI-Untaint/Makefile @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Process CGI input parameters -RUN_DEPENDS= p5-UNIVERSAL-require>=0.01:${PORTSDIR}/devel/p5-UNIVERSAL-require +BUILD_DEPENDS= p5-UNIVERSAL-require>=0.01:${PORTSDIR}/devel/p5-UNIVERSAL-require +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |