diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-10-23 00:30:06 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-10-23 00:30:06 +0000 |
commit | 0977415a79779b7f939cbc1c00f12c36fca9f589 (patch) | |
tree | f3ab743497214d1c96101a2d31de2785c43b6990 /textproc/p5-AI-Categorizer | |
parent | 308d799aab342cc4584e020b26fd730e9d533202 (diff) | |
download | ports-0977415a79779b7f939cbc1c00f12c36fca9f589.tar.gz ports-0977415a79779b7f939cbc1c00f12c36fca9f589.zip |
Notes
Diffstat (limited to 'textproc/p5-AI-Categorizer')
-rw-r--r-- | textproc/p5-AI-Categorizer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-AI-Categorizer/Makefile b/textproc/p5-AI-Categorizer/Makefile index ab9313e1ded4..fd6a46e7e7c9 100644 --- a/textproc/p5-AI-Categorizer/Makefile +++ b/textproc/p5-AI-Categorizer/Makefile @@ -16,7 +16,7 @@ COMMENT= Automatic Text Categorization BUILD_DEPENDS= ${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container \ ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/Statistics/Contingency.pm:${PORTSDIR}/math/p5-Statistics-Contingency \ ${SITE_PERL}/Lingua/Stem.pm:${PORTSDIR}/textproc/p5-Lingua-Stem \ ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ |