summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 12:22:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 12:22:24 +0000
commit2f610b15bf1137cd467e3ba5936219cb070987dd (patch)
tree86f828653f924d519d32cce03348be91ee87735b /www
parentBROKEN on 5.1: does not compile (diff)
BROKEN on 5.1: does not build
Notes
Notes: svn path=/head/; revision=81232
Diffstat (limited to 'www')
-rw-r--r--www/rt2/Makefile8
1 files changed, 6 insertions, 2 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.pre.mk>
-
.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