pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/xmcd Fix incorrect "INCOMPAT_CURSES" pattern for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e563b97742f
branches:  trunk
changeset: 470005:8e563b97742f
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Mar 04 17:49:17 2004 +0000

description:
Fix incorrect "INCOMPAT_CURSES" pattern for NetBSD 1.6A to 1.6S.

diffstat:

 audio/xmcd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 699b929f8a1b -r 8e563b97742f audio/xmcd/Makefile
--- a/audio/xmcd/Makefile       Thu Mar 04 17:44:08 2004 +0000
+++ b/audio/xmcd/Makefile       Thu Mar 04 17:49:17 2004 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index