- Add BUILD_DEPENDS to silence build warnings
PR: ports/159860 Submitted by: swills (me) Approved by: Jon Nistor <nistor@snickers.org> (maintainer)
This commit is contained in:
parent
592bec002f
commit
78527e36cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280047
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= nistor@snickers.org
|
||||
COMMENT= DBIx::Abstract - DBI SQL abstraction
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue