diff options
Diffstat (limited to 'devel/p5-Algorithm-Evolutionary')
-rw-r--r-- | devel/p5-Algorithm-Evolutionary/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/p5-Algorithm-Evolutionary/Makefile b/devel/p5-Algorithm-Evolutionary/Makefile index 664cd9f49d65..fd67e6cc11ff 100644 --- a/devel/p5-Algorithm-Evolutionary/Makefile +++ b/devel/p5-Algorithm-Evolutionary/Makefile @@ -19,11 +19,9 @@ COMMENT= A library for doing evolutionary computation in Perl BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Algorithm/Permute.pm:${PORTSDIR}/devel/p5-Algorithm-Permute \ ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/Tree/DAG_Node.pm:${PORTSDIR}/devel/p5-Tree-DAG_Node \ - ${SITE_PERL}/XML/Parser/EasyTree:${PORTSDIR}/textproc/p5-XML-Parser-EasyTree + ${SITE_PERL}/XML/Parser/EasyTree.pm:${PORTSDIR}/textproc/p5-XML-Parser-EasyTree RUN_DEPENDS= ${BUILD_DEPENDS} -BROKEN= Broken dependency, will be removed after Feb 2 - PERL_CONFIGURE= yes MAN3= Algorithm::Evolutionary.3 \ |