diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-04-12 07:57:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-04-12 07:57:35 +0000 |
commit | 4c91eeec1064f1bf92ecc27ea93a488323e37206 (patch) | |
tree | a5542a529e64c9d3719f0a91ee59eb9fb8455634 | |
parent | 55663274b2c5e4b3e550e3994eb8539d6fc44893 (diff) | |
download | ports-4c91eeec1064f1bf92ecc27ea93a488323e37206.tar.gz ports-4c91eeec1064f1bf92ecc27ea93a488323e37206.zip |
- Mark BROKEN on 9.X: does not install
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=272590
-rw-r--r-- | graphics/libosmesa/Makefile | 8 |
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> |