diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-25 01:04:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-25 01:04:55 +0000 |
commit | e04d6a1c3271ee15990b607a8f1d074c6ff44c45 (patch) | |
tree | c1999d47c95bf0008f9a32fc5ad4da8756d1b0ee /www | |
parent | 72d50993ee471b41299e13d37705a0818b792b6f (diff) |
Now builds on FreeBSD >= 5.x
Notes
Notes:
svn path=/head/; revision=125106
Diffstat (limited to 'www')
-rw-r--r-- | www/openvrml/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile index bc9fda84b5cc..e7c11bb40985 100644 --- a/www/openvrml/Makefile +++ b/www/openvrml/Makefile @@ -40,10 +40,6 @@ 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 |