pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/angband-x11 Replace USE_NCURSES with appropriate...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de0d6e72eb07
branches:  trunk
changeset: 466860:de0d6e72eb07
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 23 23:42:01 2004 +0000

description:
Replace USE_NCURSES with appropriate INCOMPAT_CURSES.

diffstat:

 games/angband-x11/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r e1615cc74b71 -r de0d6e72eb07 games/angband-x11/Makefile
--- a/games/angband-x11/Makefile        Fri Jan 23 23:38:13 2004 +0000
+++ b/games/angband-x11/Makefile        Fri Jan 23 23:42:01 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2003/09/28 09:13:57 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2004/01/23 23:42:01 wiz Exp $
 #
 
 DISTNAME=      angband-3.0.3
@@ -17,7 +17,8 @@
 
 USE_BUILDLINK2=        # defined
 USE_X11=       # defined
-USE_NCURSES=   # can_change_color
+INCOMPAT_CURSES=       NetBSD-1.5* NetBSD-1.6[-_.]*
+INCOMPAT_CURSES+=      NetBSD-1.6[A-M]-*
 
 SPOILERFILE=   angband-spoilers.tar.gz
 



Home | Main Index | Thread Index | Old Index