From c8b80e951feeae775d20bd79dca4d507e51b51c4 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 9 Sep 2007 00:04:29 +0000 Subject: [PATCH] Attempt to fix build in the new Perl order. --- devel/p5-Config-Auto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/p5-Config-Auto/Makefile b/devel/p5-Config-Auto/Makefile index 094de7041b60..8877c1ad1852 100644 --- a/devel/p5-Config-Auto/Makefile +++ b/devel/p5-Config-Auto/Makefile @@ -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 @@ -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