1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Attempt to fix build in the new Perl order.

This commit is contained in:
Mark Linimon 2007-09-09 00:04:29 +00:00
parent 1f6376d63c
commit c8b80e951f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199134

View File

@ -19,6 +19,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathT
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
OPTIONS= XMLSIMPLE "Support for XML config files" off
.include <bsd.port.pre.mk>
@ -28,8 +30,6 @@ BUILD_DEPENDS+= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
RUN_DEPENDS+= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
.endif
PERL_CONFIGURE= yes
MAN3= Config::Auto.3
.include <bsd.port.post.mk>