From 2f610b15bf1137cd467e3ba5936219cb070987dd Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 18 May 2003 12:22:24 +0000 Subject: BROKEN on 5.1: does not build --- www/rt2/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/rt2/Makefile b/www/rt2/Makefile index 33233b5eb827..fbb926dbd24a 100644 --- a/www/rt2/Makefile +++ b/www/rt2/Makefile @@ -41,6 +41,12 @@ BUILD_DEPENDS= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl \ ${SITE_PERL}/CGI/Cookie.pm:${PORTSDIR}/www/p5-CGI.pm \ ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not build" +.endif + WRKSRC= ${WRKDIR}/rt-${RT_VERSION} RT_VERSION= ${PORTVERSION:C/\./-/g} DB_TYPE?= mysql @@ -150,8 +156,6 @@ do-install: post-install: @${SED} s!%%PREFIX%%!${PREFIX}!g ${PKGMESSAGE} -.include - .if ${PERL_LEVEL} < 500601 BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -- cgit v1.2.3