diff options
Diffstat (limited to 'textproc/p5-Algorithm-RabinKarp')
-rw-r--r-- | textproc/p5-Algorithm-RabinKarp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Algorithm-RabinKarp/Makefile b/textproc/p5-Algorithm-RabinKarp/Makefile index 010c8042cc07..43aa75e20494 100644 --- a/textproc/p5-Algorithm-RabinKarp/Makefile +++ b/textproc/p5-Algorithm-RabinKarp/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}_1 MAINTAINER= perl@FreeBSD.org COMMENT= Rabin-Karp streaming hash -BUILD_DEPENDS= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp +BUILD_DEPENDS= p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Algorithm::RabinKarp.3 Algorithm::RabinKarp::Util.3 |