1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Add missing BUILD_DEPENDS to silence build warning

This commit is contained in:
Steve Wills 2012-01-08 18:19:59 +00:00
parent 1c84b00c6d
commit 5f90538514
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288772

View File

@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 modules for Atom feed and API implementation
RUN_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
@ -24,6 +24,7 @@ RUN_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheri
p5-XML-LibXML>=1.69:${PORTSDIR}/textproc/p5-XML-LibXML \
p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes