From 3b68ad778e2ce5db04166aa6d83fbbc6d31faa2b Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 21 Oct 2001 03:40:21 +0000 Subject: Make sure ncurses is found - this is intended to prevent irssi from crashing when ran on the console (It's said to be ok in xterm). Hinted at by Otto Hilska in private mail. --- chat/irssi/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'chat') diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile index 2d8337384df..eeb457cddf4 100644 --- a/chat/irssi/Makefile +++ b/chat/irssi/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2001/09/30 10:13:54 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/10/21 03:40:21 hubertf Exp $ DISTNAME= irssi-0.7.98.4 +PKGNAME= ${DISTNAME}nb1 CATEGORIES= chat MASTER_SITES= http://www.irssi.org/files/ @@ -10,7 +11,8 @@ COMMENT= Secure and modular IRC client with text mode user interf GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-perl=no +CONFIGURE_ARGS+= --enable-perl=no \ + --with-ncurses=${LOCALBASE} USE_BUILDLINK_ONLY= yes USE_CONFIG_WRAPPER= yes -- cgit v1.2.3