aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-04-12 07:57:35 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-04-12 07:57:35 +0000
commit4c91eeec1064f1bf92ecc27ea93a488323e37206 (patch)
treea5542a529e64c9d3719f0a91ee59eb9fb8455634 /graphics
parent55663274b2c5e4b3e550e3994eb8539d6fc44893 (diff)
downloadports-4c91eeec1064f1bf92ecc27ea93a488323e37206.tar.gz
ports-4c91eeec1064f1bf92ecc27ea93a488323e37206.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libosmesa/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile
index 3d30396bc5ef..afbde6af07ec 100644
--- a/graphics/libosmesa/Makefile
+++ b/graphics/libosmesa/Makefile
@@ -39,6 +39,12 @@ GLINC= gl.h glext.h osmesa.h
GLLIB= OSMesa32
SHLIB_VERS= ${PORTVERSION:R:R}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900000
+BROKEN= does not install on 9.X
+.endif
+
do-install:
${MKDIR} ${PREFIX}/include/Mesa/GL
${MKDIR} ${PREFIX}/lib
@@ -56,4 +62,4 @@ do-install:
cd ${WRKSRC}/src/mesa && ${GMAKE} osmesa.pc
${INSTALL_DATA} ${WRKSRC}/src/mesa/osmesa.pc ${PREFIX}/libdata/pkgconfig
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>