aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-22 07:11:45 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-22 07:11:45 +0000
commit36f5e4e646a35c96be398f62baf8853c0e2a38d8 (patch)
tree4500864c0fab2311ad515ddef7a3c6cbbf95ced8 /graphics
parent1b52a144fb332ef78699c476c1a324dc2dcab87c (diff)
downloadports-36f5e4e646a35c96be398f62baf8853c0e2a38d8.tar.gz
ports-36f5e4e646a35c96be398f62baf8853c0e2a38d8.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/inventor/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/inventor/Makefile b/graphics/inventor/Makefile
index 14e2a28d595a..51beb5cfae05 100644
--- a/graphics/inventor/Makefile
+++ b/graphics/inventor/Makefile
@@ -149,6 +149,10 @@ MAN3= SoAction.3iv SoCallbackAction.3iv SoGLRenderAction.3iv \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g ;\
s|%%CXX%%|${CXX}|g ; \