diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-10-31 18:09:11 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-10-31 18:09:11 +0000 |
commit | 9270597f148f4006e733e9c9c1dad97d458d468d (patch) | |
tree | bb446e426cea6a014b1cf5cb64ee4880578617b3 /www/firefox-devel | |
parent | 15c8654c0b3d6436241f52fa82f6715d5d041aec (diff) | |
download | ports-9270597f148f4006e733e9c9c1dad97d458d468d.tar.gz ports-9270597f148f4006e733e9c9c1dad97d458d468d.zip |
Notes
Diffstat (limited to 'www/firefox-devel')
-rw-r--r-- | www/firefox-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile index ba182d1561af..2e63f03e2ed3 100644 --- a/www/firefox-devel/Makefile +++ b/www/firefox-devel/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. \ |