summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/rt32/Makefile9
-rw-r--r--www/rt34/Makefile9
-rw-r--r--www/rt36/Makefile9
3 files changed, 6 insertions, 21 deletions
diff --git a/www/rt32/Makefile b/www/rt32/Makefile
index aaae45555d5c..ab1ecefb29b6 100644
--- a/www/rt32/Makefile
+++ b/www/rt32/Makefile
@@ -182,13 +182,8 @@ post-install:
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500601
-IGNORE= This program only support perl 5.6.1 or above
-.endif
-
-.if ${PERL_LEVEL} == 500601
-BUILD_DEPENDS+= ${SITE_PERL}/Encode/compat.pm:${PORTSDIR}/devel/p5-Encode-compat \
- ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv
+.if ${PERL_LEVEL} < 500803
+IGNORE= This program only support perl 5.8.3 or above
.endif
.include <bsd.port.post.mk>
diff --git a/www/rt34/Makefile b/www/rt34/Makefile
index aaae45555d5c..ab1ecefb29b6 100644
--- a/www/rt34/Makefile
+++ b/www/rt34/Makefile
@@ -182,13 +182,8 @@ post-install:
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500601
-IGNORE= This program only support perl 5.6.1 or above
-.endif
-
-.if ${PERL_LEVEL} == 500601
-BUILD_DEPENDS+= ${SITE_PERL}/Encode/compat.pm:${PORTSDIR}/devel/p5-Encode-compat \
- ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv
+.if ${PERL_LEVEL} < 500803
+IGNORE= This program only support perl 5.8.3 or above
.endif
.include <bsd.port.post.mk>
diff --git a/www/rt36/Makefile b/www/rt36/Makefile
index aaae45555d5c..ab1ecefb29b6 100644
--- a/www/rt36/Makefile
+++ b/www/rt36/Makefile
@@ -182,13 +182,8 @@ post-install:
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500601
-IGNORE= This program only support perl 5.6.1 or above
-.endif
-
-.if ${PERL_LEVEL} == 500601
-BUILD_DEPENDS+= ${SITE_PERL}/Encode/compat.pm:${PORTSDIR}/devel/p5-Encode-compat \
- ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv
+.if ${PERL_LEVEL} < 500803
+IGNORE= This program only support perl 5.8.3 or above
.endif
.include <bsd.port.post.mk>