summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-03-06 04:12:09 +0000
committerdholland <dholland@pkgsrc.org>2011-03-06 04:12:09 +0000
commit30d741fdb83087efb5a8e14b1b9736663ce1bba5 (patch)
tree95d08fb4b86938b6f9db9a23739659564288d918 /chat
parentb73bc7f8f122a7da909c141824c9b33069e7c222 (diff)
downloadpkgsrc-30d741fdb83087efb5a8e14b1b9736663ce1bba5.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"