diff options
Diffstat (limited to 'www/rt2/Makefile')
-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 |