diff options
author | kris <kris@FreeBSD.org> | 2004-09-19 02:59:05 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-19 02:59:05 +0000 |
commit | 272ac1c80d0ce64145b2dd10691f10005f8b1b84 (patch) | |
tree | bac414858f9279e2b6a5d733b8505a2140b728fd /www | |
parent | 3893122eb8a7d90a55d0d04529d4eb722ff71b1c (diff) | |
download | FreeBSD-ports-272ac1c80d0ce64145b2dd10691f10005f8b1b84.zip FreeBSD-ports-272ac1c80d0ce64145b2dd10691f10005f8b1b84.tar.gz |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'www')
-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 |