diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 08:31:14 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 08:31:14 +0000 |
commit | 24374f6b476eef87d6c06c6c94519992faf7a610 (patch) | |
tree | 9c2341a0f83580c47ceb27f43687579284650b0e /converters/p5-Encode-Detect | |
parent | 95b164bae683ae6cb11d75d9725d0572d4f8c80c (diff) | |
download | ports-24374f6b476eef87d6c06c6c94519992faf7a610.tar.gz ports-24374f6b476eef87d6c06c6c94519992faf7a610.zip |
Notes
Diffstat (limited to 'converters/p5-Encode-Detect')
-rw-r--r-- | converters/p5-Encode-Detect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/p5-Encode-Detect/Makefile b/converters/p5-Encode-Detect/Makefile index 2f7bb62c9aa9..d813131fd4c1 100644 --- a/converters/p5-Encode-Detect/Makefile +++ b/converters/p5-Encode-Detect/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= An Encode::Encoding subclass that detects the encoding of data -BUILD_DEPENDS+= ${SITE_PERL}/ExtUtils/CBuilder.pm:${PORTSDIR}/devel/p5-ExtUtils-CBuilder +BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder PERL_MODBUILD= yes |