diff options
author | asau <asau> | 2013-09-23 01:51:55 +0000 |
---|---|---|
committer | asau <asau> | 2013-09-23 01:51:55 +0000 |
commit | bf5f7138450404cbd581087ae9e05f2430e8019b (patch) | |
tree | 87fd39a1e25e082b059a05f885498a85d8fa9554 /graphics/MesaLib | |
parent | a47c4c7398e197a6c7e1ea357b9657541e467415 (diff) | |
download | pkgsrc-bf5f7138450404cbd581087ae9e05f2430e8019b.tar.gz |
Suggest DRI option for FreeBSD.
This lets the build fail further.
Diffstat (limited to 'graphics/MesaLib')
-rw-r--r-- | graphics/MesaLib/options.mk | 4 |
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 |