diff options
-rw-r--r-- | www/openvrml/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile index 6433ca032db8..4d8946e07abb 100644 --- a/www/openvrml/Makefile +++ b/www/openvrml/Makefile @@ -48,6 +48,10 @@ PORTDOCS= * .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" +.if ${OSVERSION} < 700042 +BROKEN= Does not compile +.endif + .if ${ARCH} == "sparc64" BROKEN= Gets internal gcc error on ${ARCH} .endif |