summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authordholland <dholland>2011-03-06 04:12:09 +0000
committerdholland <dholland>2011-03-06 04:12:09 +0000
commitd27461fe167e6a2a9f024c844e269599465f766b (patch)
tree95d08fb4b86938b6f9db9a23739659564288d918 /chat
parent28153be1e3fe855f7e56d0d6694ddc83ee27afb7 (diff)
downloadpkgsrc-d27461fe167e6a2a9f024c844e269599465f766b.tar.gz
Make ipv6 option enabled by default, by request of PR 44689. PKGREVISION++.
Diffstat (limited to 'chat')
-rw-r--r--chat/irssi/Makefile3
-rw-r--r--chat/irssi/options.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile
index fa3b50cf32b..fdb5c5be827 100644
--- a/chat/irssi/Makefile
+++ b/chat/irssi/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.54 2010/01/16 17:57:37 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2011/03/06 04:12:09 dholland Exp $
DISTNAME= ${IRSSI_DISTNAME}
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= http://www.irssi.org/files/
EXTRACT_SUFX= ${IRSSI_EXTRACT_SUFX}
diff --git a/chat/irssi/options.mk b/chat/irssi/options.mk
index 15233938d22..c8b08ee4652 100644
--- a/chat/irssi/options.mk
+++ b/chat/irssi/options.mk
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.9 2009/08/10 15:14:03 wiz Exp $
+# $NetBSD: options.mk,v 1.10 2011/03/06 04:12:09 dholland Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.irssi
PKG_SUPPORTED_OPTIONS= inet6 perl ssl
+PKG_SUGGESTED_OPTIONS= inet6
PKG_OPTIONS_LEGACY_OPTS+= irssi-perl:perl
.include "../../mk/bsd.options.mk"