- 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:
Steve Wills 2011-08-20 01:36:46 +00:00
parent 592bec002f
commit 78527e36cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280047

View file

@ -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