From 10da6d5656af69e5ea2537ec49732402d017cb78 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 4 Mar 2004 17:49:17 +0000 Subject: Fix incorrect "INCOMPAT_CURSES" pattern for NetBSD 1.6A to 1.6S. --- audio/xmcd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 7a7134e8126..26d8c9dcf17 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2004/01/20 12:07:43 agc Exp $ +# $NetBSD: Makefile,v 1.46 2004/03/04 17:49:17 tron Exp $ DISTNAME= xmcd-3.0.2 PKGREVISION= 3 @@ -26,7 +26,7 @@ MAKE_ENV+= BATCH_LIBDIR=${PREFIX}/lib/X11 MAKE_ENV+= BATCH_MANDIR=${PREFIX}/man/man1 MAKE_ENV+= SHELL=${SH} -INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]* NetBSD-1.6[A-S]-* +INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]* NetBSD-1.6[A-S]* ARCHBIN= ${PREFIX}/lib/X11/xmcd/bin-${OPSYS}-${MACHINE_ARCH} XMCDDIR= ${PREFIX}/lib/X11/xmcd -- cgit v1.2.3