diff options
author | swills <swills@FreeBSD.org> | 2012-01-09 12:07:19 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-09 12:07:19 +0800 |
commit | e15c279e0dbade3b3f925cd59c1a42e7f20def7d (patch) | |
tree | 7c41340b59229ccf6452d0faf8e87d8abe267184 /www/p5-CGI-Untaint | |
parent | cb22869dc2ceb21005021637a2d9a3faf9759f78 (diff) | |
download | freebsd-ports-gnome-e15c279e0dbade3b3f925cd59c1a42e7f20def7d.tar.gz freebsd-ports-gnome-e15c279e0dbade3b3f925cd59c1a42e7f20def7d.tar.zst freebsd-ports-gnome-e15c279e0dbade3b3f925cd59c1a42e7f20def7d.zip |
- Add BUILD_DEPENDS to silence build warnings
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 |