From 9270597f148f4006e733e9c9c1dad97d458d468d Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 31 Oct 2002 18:09:11 +0000 Subject: This is broken when OSVERSION = 500039, but works on 4.7-PRERELEASE/i386. --- www/mozilla-firebird/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/mozilla-firebird') diff --git a/www/mozilla-firebird/Makefile b/www/mozilla-firebird/Makefile index ba182d1561af..2e63f03e2ed3 100644 --- a/www/mozilla-firebird/Makefile +++ b/www/mozilla-firebird/Makefile @@ -37,6 +37,10 @@ WRKSRC= ${WRKDIR}/mozilla .include +.if ${OSVERSION} > 500038 +BROKEN= "on -CURRENT, can only be used with local files" +.endif + .if !defined(PERL_VER) || ${PERL_VER} != "5.8.0" .undef NO_IGNORE BROKEN= This port requires Perl 5.8.0 because of File::Spec issues. \ -- cgit v1.2.3