diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-05-22 09:27:14 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-05-22 09:27:14 +0000 |
commit | 8a28ec3a39dd094f5ebad23666d336843da9733b (patch) | |
tree | 61af7da257feed15b716e134cdfd3520d0099489 /graphics/freeglut | |
parent | da85ea81d67da5f9d99e4db3291390bf4d452cdd (diff) | |
download | ports-8a28ec3a39dd094f5ebad23666d336843da9733b.tar.gz ports-8a28ec3a39dd094f5ebad23666d336843da9733b.zip |
Notes
Diffstat (limited to 'graphics/freeglut')
-rw-r--r-- | graphics/freeglut/Makefile | 8 |
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> |