aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-04 15:57:13 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-04 15:57:13 +0000
commit429c394555548022bea77b4375125a5a305d922a (patch)
treea9b0bb32c103e6672b39525b93fa28cafb10acdd /japanese
parent041a28e5218b8a640acb2be4c438c3d7b70afb9c (diff)
downloadports-429c394555548022bea77b4375125a5a305d922a.tar.gz
ports-429c394555548022bea77b4375125a5a305d922a.zip
Notes
Diffstat (limited to 'japanese')
-rw-r--r--japanese/kcode/Makefile10
-rw-r--r--japanese/wikicker/Makefile3
2 files changed, 3 insertions, 10 deletions
diff --git a/japanese/kcode/Makefile b/japanese/kcode/Makefile
index f9874248516a..cb94ca119966 100644
--- a/japanese/kcode/Makefile
+++ b/japanese/kcode/Makefile
@@ -15,8 +15,6 @@ EXTRACT_ONLY= ${DISTFILES}
MAINTAINER= ports@FreeBSD.org
COMMENT= A handy utility to show codepoint information of given characters
-RUN_DEPENDS= ${_RUN_DEPENDS}
-
USE_PERL5= yes
NO_WRKSUBDIR= yes
@@ -28,12 +26,10 @@ MANCOMPRESSED= no
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500600
-IGNORE= This port requires perl 5.6.0 or later
-.elif ${PERL_LEVEL} < 500800
-_RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode
+.if ${PERL_LEVEL} < 500800
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode
.else
-_RUN_DEPENDS= ${SITE_PERL}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode
+RUN_DEPENDS= ${SITE_PERL}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode
.endif
do-extract:
diff --git a/japanese/wikicker/Makefile b/japanese/wikicker/Makefile
index 00c582ad39cc..fc28887902bd 100644
--- a/japanese/wikicker/Makefile
+++ b/japanese/wikicker/Makefile
@@ -46,9 +46,6 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IPC/ShareLite.pm:${PORTSDIR}/devel/p5-I
RUN_DEPENDS+= ${SITE_PERL}/DB_File/Lock.pm:${PORTSDIR}/devel/p5-DB_File-Lock
.endif
.if !defined(WITHOUT_WIKICKER_MEMCACHED)
-.if ${PERL_LEVEL} < 500600
-IGNORE= requires Perl 5.6 or newer to run. Either install new Perl or define WITHOUT_WIKICKER_MEMCACHED
-.endif
RUN_DEPENDS+= ${SITE_PERL}/Cache/Memcached.pm:${PORTSDIR}/databases/p5-Cache-Memcached
.endif