aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-07-15 20:53:40 +0800
committerache <ache@FreeBSD.org>2004-07-15 20:53:40 +0800
commitb1c42b1b48c4ea3b59b9741526b0a42594c31ccf (patch)
tree6de6f37fd4a252ca5375d1c829bb268c77c80570 /japanese
parent1b1db7f943d8a59d17530d0d0111edd37b35921a (diff)
downloadfreebsd-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 'japanese')
-rw-r--r--japanese/p5-Jcode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/p5-Jcode/Makefile b/japanese/p5-Jcode/Makefile
index 71a160e245b0..d06523ee4638 100644
--- a/japanese/p5-Jcode/Makefile
+++ b/japanese/p5-Jcode/Makefile
@@ -17,7 +17,7 @@ COMMENT= Perl extension interface to convert Japanese text
.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
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
.endif