diff options
author | hubertf <hubertf> | 2001-10-21 03:40:21 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-10-21 03:40:21 +0000 |
commit | f272664201cc1d3dfcb168c3144144637df2052f (patch) | |
tree | c0d77ce223898d2216b574e7b6c8c01b656785c3 /chat/irssi/Makefile | |
parent | d80de70a81cbc24b969979c1f5f3bac06afb5f89 (diff) | |
download | pkgsrc-f272664201cc1d3dfcb168c3144144637df2052f.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/irssi/Makefile')
-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 |