diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-06 06:48:45 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-06 06:48:45 +0000 |
commit | e7babf915317e77ffd1ab391345d28228ba531a0 (patch) | |
tree | bdf93f7baa785cef871ffc88e3b56d970297fd81 /www/rt3/Makefile | |
parent | 09a9e7b069a527125d909242b7d73e6dc3949808 (diff) | |
download | ports-e7babf915317e77ffd1ab391345d28228ba531a0.tar.gz ports-e7babf915317e77ffd1ab391345d28228ba531a0.zip |
Notes
Diffstat (limited to 'www/rt3/Makefile')
-rw-r--r-- | www/rt3/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/www/rt3/Makefile b/www/rt3/Makefile index 73a6aa477d30..92bd4274bd09 100644 --- a/www/rt3/Makefile +++ b/www/rt3/Makefile @@ -151,16 +151,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} < 500800 BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp -.if ${PERL_LEVEL} == 500601 -BUILD_DEPENDS+= ${SITE_PERL}/Encode/compat.pm:${PORTSDIR}/converters/p5-Encode-compat \ - ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv -.endif .endif .include <bsd.port.post.mk> |