diff options
author | kris <kris@FreeBSD.org> | 2003-06-05 01:47:35 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-06-05 01:47:35 +0800 |
commit | 46adf6c59cd28ef734ca445a41dcf9e7a11741c2 (patch) | |
tree | 45acc0c2fbc3b6ab54fe19e5168bcd56358a5e6b /www/rt2 | |
parent | bcd702a6ebb3db5bfec16b529d3a1abd419f74cd (diff) | |
download | freebsd-ports-gnome-46adf6c59cd28ef734ca445a41dcf9e7a11741c2.tar.gz freebsd-ports-gnome-46adf6c59cd28ef734ca445a41dcf9e7a11741c2.tar.zst freebsd-ports-gnome-46adf6c59cd28ef734ca445a41dcf9e7a11741c2.zip |
Mark BROKEN on all versions, not just 5.1
Diffstat (limited to 'www/rt2')
-rw-r--r-- | www/rt2/Makefile | 6 |
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 |