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:
parent
2b5a08ec2d
commit
5796579ea6
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue