diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-12 12:48:01 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-12 12:48:01 +0000 |
commit | 3a7b17911b12b557fc9c450a975d5a86e1c8303e (patch) | |
tree | c1163267eb35cfcd7d2b1680f5e16f391848e9b1 /www/rt3 | |
parent | b45207534f07eb7c813498681685467341d13336 (diff) | |
download | ports-3a7b17911b12b557fc9c450a975d5a86e1c8303e.tar.gz ports-3a7b17911b12b557fc9c450a975d5a86e1c8303e.zip |
Notes
Diffstat (limited to 'www/rt3')
-rw-r--r-- | www/rt3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/rt3/Makefile b/www/rt3/Makefile index 7ba0241f7fe7..061fb9117006 100644 --- a/www/rt3/Makefile +++ b/www/rt3/Makefile @@ -25,7 +25,6 @@ BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT} \ ${SITE_PERL}/DBIx/SearchBuilder.pm:${PORTSDIR}/databases/p5-DBIx-SearchBuilder \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ ${SITE_PERL}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \ ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ @@ -148,9 +147,12 @@ post-install: 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}/devel/p5-Encode-compat \ ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv .endif +.endif .include <bsd.port.post.mk> |