diff options
author | trevor <trevor@FreeBSD.org> | 2002-11-01 02:09:11 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-11-01 02:09:11 +0800 |
commit | 5affcdd361c174ba81884814ae1ce02d0a097b2e (patch) | |
tree | 513098ef35cb158e8ce913343d4c96336615f39d /www/firefox36 | |
parent | 414dc284c0c9c63024143e45c08ce3fde9a4f2d6 (diff) | |
download | freebsd-ports-gnome-5affcdd361c174ba81884814ae1ce02d0a097b2e.tar.gz freebsd-ports-gnome-5affcdd361c174ba81884814ae1ce02d0a097b2e.tar.zst freebsd-ports-gnome-5affcdd361c174ba81884814ae1ce02d0a097b2e.zip |
This is broken when OSVERSION = 500039, but works on 4.7-PRERELEASE/i386.
Diffstat (limited to 'www/firefox36')
-rw-r--r-- | www/firefox36/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index ba182d1561af..2e63f03e2ed3 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/Makefile @@ -37,6 +37,10 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> +.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. \ |