diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 21:50:01 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 21:50:01 +0000 |
commit | 6ec2397837eb7d79be57e61ea5fb53eca06b3335 (patch) | |
tree | f1935a9c7d2e273cb12176a7c899b46f28cb33dc /www/mozilla-devel/Makefile | |
parent | 2524b4b442c015af239e05dcc784fb55e190a219 (diff) |
BROKEN on 4.x: Does not compile
Notes
Notes:
svn path=/head/; revision=123771
Diffstat (limited to 'www/mozilla-devel/Makefile')
-rw-r--r-- | www/mozilla-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index cb1eeec7f61a..9bb8bf51cc9f 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/Makefile @@ -114,6 +114,10 @@ OPTIONS=XFT "Enable Xft font anti-aliasing" on \ BROKEN= "Does not compile on ia64 or alpha" .endif +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + .if defined(WITH_CAIRO_RENDER) LIB_DEPENDS+= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo |