diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-11-03 14:03:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-11-03 14:03:40 +0000 |
commit | a54fbd2ed3ae244c535f91c40100206dfa334924 (patch) | |
tree | 869fb153ef1388c83f7de3f4f0898b6936f3cf69 /devel/p5-Algorithm-Evolutionary | |
parent | 39162345aa88e35fe7e52cd8ee1bf2f2738e5400 (diff) | |
download | ports-a54fbd2ed3ae244c535f91c40100206dfa334924.tar.gz ports-a54fbd2ed3ae244c535f91c40100206dfa334924.zip |
Notes
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 \ |