summaryrefslogtreecommitdiff
path: root/graphics/MesaLib/options.mk
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2012-10-17 11:36:02 +0000
committerjperkin <jperkin@pkgsrc.org>2012-10-17 11:36:02 +0000
commitaacdfd8b7f3563ca67f74145a6ebd44c0f8a3ae0 (patch)
tree4272412dc6d996f6e7010c9f5913426cdf9455ee /graphics/MesaLib/options.mk
parent09d649e0bf5fa6a00e59f70fb1b679e18b7a9fdb (diff)
downloadpkgsrc-aacdfd8b7f3563ca67f74145a6ebd44c0f8a3ae0.tar.gz
Don't enable dri on Solaris 10 and lower.
Diffstat (limited to 'graphics/MesaLib/options.mk')
-rw-r--r--graphics/MesaLib/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/MesaLib/options.mk b/graphics/MesaLib/options.mk
index 771ddde01c9..c01fc306666 100644
--- a/graphics/MesaLib/options.mk
+++ b/graphics/MesaLib/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.18 2012/09/28 11:33:47 jperkin Exp $
+# $NetBSD: options.mk,v 1.19 2012/10/17 11:36:02 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib
PKG_SUPPORTED_OPTIONS=
@@ -34,7 +34,7 @@ PKG_SUPPORTED_OPTIONS+= dri
PKG_SUGGESTED_OPTIONS+= dri
.endif
-.if ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS"
+.if ${OPSYS} == "DragonFly" || (${OPSYS} == "SunOS" && ${OS_VERSION} == "5.11")
PKG_SUGGESTED_OPTIONS+= dri
.endif