diff options
author | wiz <wiz> | 2003-01-24 13:36:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-01-24 13:36:17 +0000 |
commit | d7717924862d81368fa0ac48e3b1561aa1f6d9b7 (patch) | |
tree | 9c4dd5c4a53e387166028cad038a33be1a4af87b /games/angband-x11/Makefile | |
parent | 75c40f027b5eba932e7474681b9412414892bf7f (diff) | |
download | pkgsrc-d7717924862d81368fa0ac48e3b1561aa1f6d9b7.tar.gz |
Note in USE_NCURSES variable which functions actually are missing for this
to build with native curses.
Diffstat (limited to 'games/angband-x11/Makefile')
-rw-r--r-- | games/angband-x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/angband-x11/Makefile b/games/angband-x11/Makefile index 31c0fd4df80..2331211a9a5 100644 --- a/games/angband-x11/Makefile +++ b/games/angband-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/09/29 06:32:37 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2003/01/24 13:36:19 wiz Exp $ # DISTNAME= angband-3.0.1 @@ -17,7 +17,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} USE_BUILDLINK2= # defined USE_X11= # defined -USE_NCURSES= # defined +USE_NCURSES= # can_change_color SPOILERFILE= angband-spoilers.tar.gz |