diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-01-09 04:01:17 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-01-09 04:01:17 +0000 |
commit | e1925f71024fbbbc6356957304ac960ac4147bc9 (patch) | |
tree | 3777e9d6cc7f1da1d6f88da18b7f50e27a967c2a /www/openvrml | |
parent | 6f72b01686444c8cf2067f9dce6d7b7087341907 (diff) | |
download | ports-e1925f71024fbbbc6356957304ac960ac4147bc9.tar.gz ports-e1925f71024fbbbc6356957304ac960ac4147bc9.zip |
- Remove outdated version checks
Reviewed by: nox
Notes
Notes:
svn path=/head/; revision=288805
Diffstat (limited to 'www/openvrml')
-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 7e9769d3c2d5..e77094a358c6 100644 --- a/www/openvrml/Makefile +++ b/www/openvrml/Makefile @@ -49,10 +49,6 @@ PORTDOCS= * .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/firefox/Makefile.webplugins" -.if ${OSVERSION} < 700042 -BROKEN= Does not compile -.endif - .if ${ARCH} == "sparc64" BROKEN= Gets internal gcc error on ${ARCH} .endif |