diff options
Diffstat (limited to 'www/xulrunner/Makefile')
-rw-r--r-- | www/xulrunner/Makefile | 5 |
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> |