src/util.c expects wgetnstr to be in the curses library, so require

ncurses through ncurses/buildlink.mk.  -current systems are unaffected
by this change, but 1.5.x and lower should now use devel/ncurses to
build reed.
This commit is contained in:
jlam 2001-09-12 06:47:16 +00:00
parent 2b5a08ec2d
commit 5796579ea6

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 2001/09/02 20:13:28 wiz Exp $
# $NetBSD: Makefile,v 1.2 2001/09/12 06:47:16 jlam Exp $
DISTNAME= reed-4.6
CATEGORIES= misc
@ -12,4 +12,5 @@ GNU_CONFIGURE= YES
USE_BUILDLINK_ONLY= YES
REPLACE_PERL= scripts/breed scripts/wrap
.include "../../devel/ncurses/buildlink.mk"
.include "../../mk/bsd.pkg.mk"