aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-01-08 04:11:26 +0800
committerswills <swills@FreeBSD.org>2012-01-08 04:11:26 +0800
commit49d4228922ce5fa9bd124113b25a44379266916f (patch)
tree84266a261f0aeab8a34227cfffd0d7a949ac75a6 /security
parent261035b139a916e5e55e12db614e4c5d433d785c (diff)
downloadfreebsd-ports-gnome-49d4228922ce5fa9bd124113b25a44379266916f.tar.gz
freebsd-ports-gnome-49d4228922ce5fa9bd124113b25a44379266916f.tar.zst
freebsd-ports-gnome-49d4228922ce5fa9bd124113b25a44379266916f.zip
- Add BUILD_DEPENDS to silence build warnings
Diffstat (limited to 'security')
-rw-r--r--security/p5-Sudo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Sudo/Makefile b/security/p5-Sudo/Makefile
index bd99e955bfdd..02fb51902dd7 100644
--- a/security/p5-Sudo/Makefile
+++ b/security/p5-Sudo/Makefile
@@ -15,9 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for running a command line sudo
-RUN_DEPENDS= ${SITE_PERL}/Term/ReadPassword.pm:${PORTSDIR}/devel/p5-Term-ReadPassword \
+BUILD_DEPENDS= ${SITE_PERL}/Term/ReadPassword.pm:${PORTSDIR}/devel/p5-Term-ReadPassword \
${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes