- Add BUILD_DEPENDS to silence build warnings

PR:		ports/159852
Submitted by:	swills (me)
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
This commit is contained in:
Steve Wills 2011-08-20 01:35:49 +00:00
parent d9b69787ff
commit 592bec002f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280046

View file

@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= An object caching wrapper around BerkeleyDB
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes