diff options
Diffstat (limited to 'www/openvrml')
-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 ca8f436..06d2fa06 100644 --- a/www/openvrml/Makefile +++ b/www/openvrml/Makefile @@ -40,6 +40,10 @@ PORTDOCS= # empty, not use * 'cause args too long (for find) .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${ARCH} != "i386" BROKEN= "Does not compile on !i386" .endif |