aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-05-22 09:27:14 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-05-22 09:27:14 +0000
commit8a28ec3a39dd094f5ebad23666d336843da9733b (patch)
tree61af7da257feed15b716e134cdfd3520d0099489
parentda85ea81d67da5f9d99e4db3291390bf4d452cdd (diff)
downloadports-8a28ec3a39dd094f5ebad23666d336843da9733b.tar.gz
ports-8a28ec3a39dd094f5ebad23666d336843da9733b.zip
Notes
-rw-r--r--graphics/freeglut/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/freeglut/Makefile b/graphics/freeglut/Makefile
index 0e2bf66d4e69..51ea938d5333 100644
--- a/graphics/freeglut/Makefile
+++ b/graphics/freeglut/Makefile
@@ -61,4 +61,10 @@ post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800064
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>