summaryrefslogtreecommitdiff
path: root/chat/irssi/Makefile
diff options
context:
space:
mode:
authorveego <veego>2003-12-11 20:18:58 +0000
committerveego <veego>2003-12-11 20:18:58 +0000
commitee1f01a5980ce0149cc82c4f4441fc17ba3fe171 (patch)
tree722d42273b6a9a2be3d3be187dc3957aae46d3a2 /chat/irssi/Makefile
parentcc0f84fc789e1bd94b6be4a323c8c93be1f2c5e7 (diff)
downloadpkgsrc-ee1f01a5980ce0149cc82c4f4441fc17ba3fe171.tar.gz
Update to 0.8.9, plus adding a missing IRSSI_USE_PERL to BUILD_DEFS:
v0.8.9 2003-12-11 Timo Sirainen <tss@iki.fi> * Fixes a remote crash with: a) non-x86 hardware (one requiring memory alignmentation) b) script using "gui print text" signal (with x86 hardware too) + /SET auto_whowas OFF allows now disabling automatic /whowas when /whois doesn't find a nick (by Borys) - If pasted line starts with command char, treat it as command always. Paste detection can go on too easily with lagged connections.
Diffstat (limited to 'chat/irssi/Makefile')
-rw-r--r--chat/irssi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile
index d0a1029b20b..4af86963406 100644
--- a/chat/irssi/Makefile
+++ b/chat/irssi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2003/12/04 10:43:10 veego Exp $
+# $NetBSD: Makefile,v 1.21 2003/12/11 20:18:58 veego Exp $
DISTNAME= ${IRSSI_DISTNAME}
CATEGORIES= chat
@@ -12,7 +12,7 @@ COMMENT= Secure and modular IRC client with text mode user interf
.include "${.CURDIR}/Makefile.common"
# list it into IPv6-ready packages
-BUILD_DEFS+= USE_INET6 IRSSI_USE_SSL
+BUILD_DEFS+= USE_INET6 IRSSI_USE_PERL IRSSI_USE_SSL
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes