From 9125a17991e9acfc99a66830aeec4b2589564d87 Mon Sep 17 00:00:00 2001 From: fhajny Date: Tue, 13 Mar 2012 13:24:36 +0000 Subject: Unlock the 'dri' option for SunOS, since x11/libdrm now builds there. Bump PKGREVISION. --- graphics/MesaLib/options.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'graphics/MesaLib/options.mk') 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 ### -- cgit v1.2.3