diff options
author | ache <ache@FreeBSD.org> | 2004-07-15 12:53:40 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-07-15 12:53:40 +0000 |
commit | b1c42b1b48c4ea3b59b9741526b0a42594c31ccf (patch) | |
tree | 6de6f37fd4a252ca5375d1c829bb268c77c80570 /converters | |
parent | 1b1db7f943d8a59d17530d0d0111edd37b35921a (diff) | |
download | FreeBSD-ports-b1c42b1b48c4ea3b59b9741526b0a42594c31ccf.zip FreeBSD-ports-b1c42b1b48c4ea3b59b9741526b0a42594c31ccf.tar.gz |
Only perl 5.8.4 have Base64 3.01, use 500804 as PERL_LEVEL
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Unicode-String/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/p5-Unicode-String/Makefile b/converters/p5-Unicode-String/Makefile index aa1fdb9..0b4486b 100644 --- a/converters/p5-Unicode-String/Makefile +++ b/converters/p5-Unicode-String/Makefile @@ -18,7 +18,7 @@ COMMENT= These are experimental Perl5 modules to handle various Unicode issues .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 +.if ${PERL_LEVEL} < 500804 BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 .endif |