diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 12:22:24 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 12:22:24 +0000 |
commit | dee826f8e89d5cef15a940d8eea8326466905212 (patch) | |
tree | f92ee2ff1e6a8c54d625fbe473ac4a506ab1ec56 /www/rt2 | |
parent | 5c0941bc08fddceefefb8d87a3c6c37c3b5b4095 (diff) | |
download | FreeBSD-ports-dee826f8e89d5cef15a940d8eea8326466905212.zip FreeBSD-ports-dee826f8e89d5cef15a940d8eea8326466905212.tar.gz |
BROKEN on 5.1: does not build
Diffstat (limited to 'www/rt2')
-rw-r--r-- | www/rt2/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www/rt2/Makefile b/www/rt2/Makefile index 33233b5..fbb926d 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 |