summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authormaya <maya>2017-04-27 00:57:03 +0000
committermaya <maya>2017-04-27 00:57:03 +0000
commit7333fb7593f2cf85fa53d0e37e256b547fe78b1c (patch)
tree16a41e2d3a9686dfadc4aa5946919bf06e7e0e43 /chat
parent5397c8760cbe12e0ed3bb204c5f13d29f8eca422 (diff)
downloadpkgsrc-7333fb7593f2cf85fa53d0e37e256b547fe78b1c.tar.gz
GC inet6 option, had no effect since irssi 1.0.0 when it was removed
along with the macros disabling ipv6 code.
Diffstat (limited to 'chat')
-rw-r--r--chat/irssi/options.mk12
1 files changed, 3 insertions, 9 deletions
diff --git a/chat/irssi/options.mk b/chat/irssi/options.mk
index 2d3e6fae754..60599a0ceb3 100644
--- a/chat/irssi/options.mk
+++ b/chat/irssi/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.16 2017/04/15 06:32:33 maya Exp $
+# $NetBSD: options.mk,v 1.17 2017/04/27 00:57:03 maya Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.irssi
-PKG_SUPPORTED_OPTIONS= inet6 ssl perl
-PKG_SUGGESTED_OPTIONS= inet6 ssl perl
+PKG_SUPPORTED_OPTIONS= ssl perl
+PKG_SUGGESTED_OPTIONS= ssl perl
.include "../../mk/bsd.options.mk"
@@ -22,12 +22,6 @@ CONFIGURE_ARGS+= --with-perl-lib=vendor
CONFIGURE_ARGS+= --with-perl=no
.endif
-.if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+= --enable-ipv6
-.else
-CONFIGURE_ARGS+= --disable-ipv6
-.endif
-
.if !empty(PKG_OPTIONS:Mssl)
.include "../../security/openssl/buildlink3.mk"
.else