summaryrefslogtreecommitdiff
path: root/www/rt2
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-06-04 17:47:35 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-06-04 17:47:35 +0000
commitd7a4ff05e76cea8dbd07be2ecdc5f8dedb7157f0 (patch)
tree6ff6929e5b264fbf085a39e8906d4a22208f164e /www/rt2
parentMark BROKEN on all versions, not just 5.x (diff)
Mark BROKEN on all versions, not just 5.1
Notes
Notes: svn path=/head/; revision=82280
Diffstat (limited to 'www/rt2')
-rw-r--r--www/rt2/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/www/rt2/Makefile b/www/rt2/Makefile
index fbb926dbd24a..035d29e3acff 100644
--- a/www/rt2/Makefile
+++ b/www/rt2/Makefile
@@ -41,11 +41,7 @@ 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}
@@ -156,6 +152,8 @@ 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