From 900a181a24fbd8c904c19ab81c98883247496164 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 23 Jan 2004 23:42:01 +0000 Subject: Replace USE_NCURSES with appropriate INCOMPAT_CURSES. --- games/angband-x11/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/angband-x11/Makefile b/games/angband-x11/Makefile index ba53de61231..0750288b4a4 100644 --- a/games/angband-x11/Makefile +++ b/games/angband-x11/Makefile @@ -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 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} 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 -- cgit v1.2.3