mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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:
parent
d9b69787ff
commit
592bec002f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280046
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue