aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-12-12 05:50:01 +0800
committerkris <kris@FreeBSD.org>2004-12-12 05:50:01 +0800
commitb334317f4c0d194fe3f74ca1d110667f70d6ea8b (patch)
tree1c92823df26ffbc4675b30f7c3fd59319e65efdc /www
parenta8eb4b90a717e90f3143081d8a4d369fcae0c024 (diff)
downloadfreebsd-ports-gnome-b334317f4c0d194fe3f74ca1d110667f70d6ea8b.tar.gz
freebsd-ports-gnome-b334317f4c0d194fe3f74ca1d110667f70d6ea8b.tar.zst
freebsd-ports-gnome-b334317f4c0d194fe3f74ca1d110667f70d6ea8b.zip
BROKEN on 4.x: Does not compile
Diffstat (limited to 'www')
-rw-r--r--www/mozilla-devel/Makefile4
-rw-r--r--www/seamonkey/Makefile4
-rw-r--r--www/seamonkey2/Makefile4
3 files changed, 12 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
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index cb1eeec7f61a..9bb8bf51cc9f 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/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
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index cb1eeec7f61a..9bb8bf51cc9f 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/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