aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-11 21:50:01 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-12-11 21:50:01 +0000
commit6ec2397837eb7d79be57e61ea5fb53eca06b3335 (patch)
treef1935a9c7d2e273cb12176a7c899b46f28cb33dc /www/seamonkey/Makefile
parent2524b4b442c015af239e05dcc784fb55e190a219 (diff)
downloadports-6ec2397837eb7d79be57e61ea5fb53eca06b3335.tar.gz
ports-6ec2397837eb7d79be57e61ea5fb53eca06b3335.zip
Notes
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r--www/seamonkey/Makefile4
1 files changed, 4 insertions, 0 deletions
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