diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-10-26 10:44:41 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-10-26 10:44:41 +0800 |
commit | 925c1187d93693fc3100bf1b813de26495b75a24 (patch) | |
tree | 2954274da0e84ef7a385cf1fb4852339f100251a /devel/p5-Algorithm-Evolutionary | |
parent | d0e34222af67da00f06381fdcafbf119cca95617 (diff) | |
download | freebsd-ports-gnome-925c1187d93693fc3100bf1b813de26495b75a24.tar.gz freebsd-ports-gnome-925c1187d93693fc3100bf1b813de26495b75a24.tar.zst freebsd-ports-gnome-925c1187d93693fc3100bf1b813de26495b75a24.zip |
fix dependence path
Diffstat (limited to 'devel/p5-Algorithm-Evolutionary')
-rw-r--r-- | devel/p5-Algorithm-Evolutionary/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Algorithm-Evolutionary/Makefile b/devel/p5-Algorithm-Evolutionary/Makefile index f1e1b0ba3d85..12468e1f42df 100644 --- a/devel/p5-Algorithm-Evolutionary/Makefile +++ b/devel/p5-Algorithm-Evolutionary/Makefile @@ -19,7 +19,7 @@ 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}/${PERL_ARCH}/XML/Parser/EasyTree:${PORTSDIR}/textproc/p5-XML-Parser-EasyTree + ${SITE_PERL}/XML/Parser/EasyTree:${PORTSDIR}/textproc/p5-XML-Parser-EasyTree RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |