diff options
author | agc <agc@pkgsrc.org> | 2001-12-30 20:58:50 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-12-30 20:58:50 +0000 |
commit | 5d8bc58d60c7cb963fa04d6a10ecea82739c98f0 (patch) | |
tree | a2f5488de2f0518376f14867b905795959666836 /net/nap | |
parent | 46d387df0c6993697e70616e3f2ae6752bcb1e00 (diff) | |
download | pkgsrc-5d8bc58d60c7cb963fa04d6a10ecea82739c98f0.tar.gz |
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.
Diffstat (limited to 'net/nap')
-rw-r--r-- | net/nap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nap/Makefile b/net/nap/Makefile index 1bce5ca5a93..fca660a9bd9 100644 --- a/net/nap/Makefile +++ b/net/nap/Makefile @@ -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 |