From b36647d14102865a4e0f58516f13c6bd48d0b6b6 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 28 Dec 2007 15:22:17 +0000 Subject: Simplify pattern for Mac OS X Leopard Intel. --- archivers/lzo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers') diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile index 7e564314106..f428bcd9802 100644 --- a/archivers/lzo/Makefile +++ b/archivers/lzo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/12/16 00:08:27 tron Exp $ +# $NetBSD: Makefile,v 1.6 2007/12/28 15:22:17 tron Exp $ DISTNAME= lzo-2.02 CATEGORIES= archivers @@ -18,7 +18,7 @@ TEST_TARGET= test .include "../../mk/bsd.prefs.mk" -.if !empty(MACHINE_PLATFORM:MDarwin-[9].*-i386) +.if !empty(MACHINE_PLATFORM:MDarwin-9.*-i386) CONFIGURE_ARGS+= --disable-asm .endif -- cgit v1.2.3