summaryrefslogtreecommitdiff
path: root/graphics/MesaLib/options.mk
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2013-09-23 01:51:55 +0000
committerasau <asau@pkgsrc.org>2013-09-23 01:51:55 +0000
commit47f08e1d7d8bf40dec2b38470c553aeb83b0cd68 (patch)
tree87fd39a1e25e082b059a05f885498a85d8fa9554 /graphics/MesaLib/options.mk
parent47bac8a64f26e8123f4d08947cac11878d7bd40b (diff)
downloadpkgsrc-47f08e1d7d8bf40dec2b38470c553aeb83b0cd68.tar.gz
Suggest DRI option for FreeBSD.
This lets the build fail further.
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 48ea27b279b..b01136f2644 100644
--- a/graphics/MesaLib/options.mk
+++ b/graphics/MesaLib/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.24 2013/05/28 11:27:09 wiz Exp $
+# $NetBSD: options.mk,v 1.25 2013/09/23 01:51:55 asau Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib
PKG_SUPPORTED_OPTIONS=
@@ -30,7 +30,7 @@ PKG_SUGGESTED_OPTIONS+= dri
PKG_SUGGESTED_OPTIONS+= dri
.endif
-.if ${OPSYS} == "DragonFly" || (${OPSYS} == "SunOS" && ${OS_VERSION} == "5.11")
+.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly" || (${OPSYS} == "SunOS" && ${OS_VERSION} == "5.11")
PKG_SUGGESTED_OPTIONS+= dri
.endif