diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 02:59:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 02:59:05 +0000 |
commit | 377caa388426fd9bdabe0696cc2c94739c635266 (patch) | |
tree | 207e0ac7ad48a3e2ade8f95d2cdeadec5362a18a /www/openvrml | |
parent | d610bf888417e28bbc6e278ae652940f6204ebad (diff) |
Notes
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 ca8f4365a743..06d2fa060108 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 |