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 /math | |
parent | 308d799aab342cc4584e020b26fd730e9d533202 (diff) |
- replace ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm with p5-Params-Validate>=0 since it changed the file path.
- portlint
PR: follow-up to ports/139837
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes:
svn path=/head/; revision=243224
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Statistics-Contingency/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Statistics-Contingency/Makefile b/math/p5-Statistics-Contingency/Makefile index abd38d708281..086aee9917a0 100644 --- a/math/p5-Statistics-Contingency/Makefile +++ b/math/p5-Statistics-Contingency/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Calculate precision, recall, F1, accuracy, etc -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate +BUILD_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |