From bd5092ada24b951ee9be543f5cf08e79aabc9833 Mon Sep 17 00:00:00 2001 From: bjs Date: Wed, 28 May 2008 02:31:56 +0000 Subject: Fix embarassing lack of '3' in a conditional. --- graphics/MesaLib/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics') 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 -- cgit v1.2.3