diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-09 08:04:29 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-09 08:04:29 +0800 |
commit | 9471695f4c0c6e3f8b611735f6c32059f4f293e5 (patch) | |
tree | 8db29691cb1f8208f8d30313917ab71780cc6d5f /devel | |
parent | c6534a4c11986ce9d9b13dcc097652e7098048f5 (diff) | |
download | freebsd-ports-gnome-9471695f4c0c6e3f8b611735f6c32059f4f293e5.tar.gz freebsd-ports-gnome-9471695f4c0c6e3f8b611735f6c32059f4f293e5.tar.zst freebsd-ports-gnome-9471695f4c0c6e3f8b611735f6c32059f4f293e5.zip |
Attempt to fix build in the new Perl order.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Config-Auto/Makefile | 4 |
1 files 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 <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> |