diff options
author | bjs <bjs@pkgsrc.org> | 2008-05-28 02:31:56 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-05-28 02:31:56 +0000 |
commit | 2c372fcdfa376bb089ca7690023e5c3d3b31ccbd (patch) | |
tree | 17c39f0016f62ead66330d75eb97833849edeb56 /graphics | |
parent | 64bbc506e36dfeb00558f09afefc2e00300ac321 (diff) | |
download | pkgsrc-2c372fcdfa376bb089ca7690023e5c3d3b31ccbd.tar.gz |
Fix embarassing lack of '3' in a conditional.
Diffstat (limited to 'graphics')
-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 f9321074fbe..a7a81bec7df 100644 --- a/graphics/MesaLib/options.mk +++ b/graphics/MesaLib/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2008/05/01 15:37:13 bjs Exp $ +# $NetBSD: options.mk,v 1.5 2008/05/28 02:31:56 bjs Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib PKG_SUPPORTED_OPTIONS= mesa-execmem-mmap @@ -56,7 +56,7 @@ PKG_SUPPORTED_OPTIONS+= dri ### is advised given that it's glx/glcore modules are built from ### Mesa 6.5.3 (a development release). ### -.if !empty(MACHINE_PLATFORM:MNetBSD-[4-9]*-[ix]86*) +.if !empty(MACHINE_PLATFORM:MNetBSD-[4-9]*-*86*) PKG_SUGGESTED_OPTIONS+= dri .endif |