diff options
author | fhajny <fhajny@pkgsrc.org> | 2012-03-13 13:24:36 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2012-03-13 13:24:36 +0000 |
commit | aea530f13598e0af647a14fe0692a63e3b4ced7e (patch) | |
tree | 5c9f1f10301926f1ab8a1f0b7ad360faf24b9731 /graphics/MesaLib | |
parent | 024024395b5593ff7ae8dea1f4655fd399b66c3a (diff) | |
download | pkgsrc-aea530f13598e0af647a14fe0692a63e3b4ced7e.tar.gz |
Unlock the 'dri' option for SunOS, since x11/libdrm now builds there.
Bump PKGREVISION.
Diffstat (limited to 'graphics/MesaLib')
-rw-r--r-- | graphics/MesaLib/Makefile | 4 | ||||
-rw-r--r-- | graphics/MesaLib/options.mk | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile index 904ca0c2d58..e8e94274e32 100644 --- a/graphics/MesaLib/Makefile +++ b/graphics/MesaLib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.86 2012/01/23 08:08:25 joerg Exp $ +# $NetBSD: Makefile,v 1.87 2012/03/13 13:24:36 fhajny Exp $ PKGNAME= MesaLib-${MESA_PKGVERSION} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT= Graphics library similar to SGI's OpenGL CONFLICTS+= xf86driproto<2.0.4 diff --git a/graphics/MesaLib/options.mk b/graphics/MesaLib/options.mk index cba2a516042..e6b4f913516 100644 --- a/graphics/MesaLib/options.mk +++ b/graphics/MesaLib/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.15 2009/08/25 05:27:57 hasso Exp $ +# $NetBSD: options.mk,v 1.16 2012/03/13 13:24:36 fhajny Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib PKG_SUPPORTED_OPTIONS= @@ -19,7 +19,8 @@ PKG_SUGGESTED_OPTIONS+= ${MACHINE_ARCH} ${MACHINE_ARCH} == "sparc64") && \ ((${OPSYS} == "NetBSD" && ${X11_TYPE} == "modular") || \ ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" || \ - ${OPSYS} == "DragonFly" || ${OPSYS} == "Linux") + ${OPSYS} == "DragonFly" || ${OPSYS} == "Linux" || \ + ${OPSYS} == "SunOS") PKG_SUPPORTED_OPTIONS+= dri .endif ### |