diff options
author | ache <ache@FreeBSD.org> | 2004-07-15 20:53:40 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-07-15 20:53:40 +0800 |
commit | b1c42b1b48c4ea3b59b9741526b0a42594c31ccf (patch) | |
tree | 6de6f37fd4a252ca5375d1c829bb268c77c80570 /converters/p5-Unicode-String | |
parent | 1b1db7f943d8a59d17530d0d0111edd37b35921a (diff) | |
download | freebsd-ports-gnome-b1c42b1b48c4ea3b59b9741526b0a42594c31ccf.tar.gz freebsd-ports-gnome-b1c42b1b48c4ea3b59b9741526b0a42594c31ccf.tar.zst freebsd-ports-gnome-b1c42b1b48c4ea3b59b9741526b0a42594c31ccf.zip |
Only perl 5.8.4 have Base64 3.01, use 500804 as PERL_LEVEL
Diffstat (limited to 'converters/p5-Unicode-String')
-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 aa1fdb997036..0b4486bbfe9b 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 |