aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-03-27 14:33:27 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-03-27 14:33:27 +0000
commit6834aab425a099209f3ff383a2d21810b6322ba7 (patch)
treea5fbfa648f164d346df7fc53fb2118d19ec59f63 /www
parent6253b3d9f9fe76ec3e82bccbb5a39d2e7adc9e45 (diff)
downloadports-6834aab425a099209f3ff383a2d21810b6322ba7.tar.gz
ports-6834aab425a099209f3ff383a2d21810b6322ba7.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/xulrunner/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/xulrunner/Makefile b/www/xulrunner/Makefile
index 8565bc3df64a..099944b17af4 100644
--- a/www/xulrunner/Makefile
+++ b/www/xulrunner/Makefile
@@ -31,4 +31,9 @@ OPTIONS= # Empty, used for generic gecko OPTIONS
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/mozilla/Makefile.common"
+
+.if ${OSVERSION} < 500000
+BROKEN= does not build
+.endif
+
.include <bsd.port.post.mk>