It would appear that this package really does need ncurses, so add a
USE_NCURSES to the package Makefile. Fixes a problem on the recent 1.5.2 bulk build.
This commit is contained in:
parent
46d387df0c
commit
5d8bc58d60
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2001/12/25 17:40:26 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2001/12/30 20:58:50 agc Exp $
|
||||
|
||||
DISTNAME= nap-1.4.4
|
||||
CATEGORIES= net
|
||||
|
@ -10,6 +10,7 @@ COMMENT= Terminal based Napster client similar to ircII
|
|||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_BUILDLINK_ONLY= YES
|
||||
USE_NCURSES= YES
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nap ${PREFIX}/share/examples/nap
|
||||
|
|
Loading…
Reference in a new issue