diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-10-21 03:40:21 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-10-21 03:40:21 +0000 |
commit | 3b68ad778e2ce5db04166aa6d83fbbc6d31faa2b (patch) | |
tree | c0d77ce223898d2216b574e7b6c8c01b656785c3 /chat | |
parent | 0d2c5dc924df1bdc0ccefc82f8000c99efc80dc7 (diff) | |
download | pkgsrc-3b68ad778e2ce5db04166aa6d83fbbc6d31faa2b.tar.gz |
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 <mutru@nallukka.net> in private mail.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/irssi/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 |