diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-01-07 20:11:26 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-01-07 20:11:26 +0000 |
commit | b0fb1ad7999b3082e7f8adc674eae42ce6e980bf (patch) | |
tree | c64121fec1aa5d6d8ca51529ffa026e89ce36fcf /security/p5-Sudo | |
parent | 8070175595ea013b5cdcad595e8a382e0b8478da (diff) |
- Add BUILD_DEPENDS to silence build warnings
Notes
Notes:
svn path=/head/; revision=288697
Diffstat (limited to 'security/p5-Sudo')
-rw-r--r-- | security/p5-Sudo/Makefile | 3 |
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 |