summaryrefslogtreecommitdiff
path: root/chat/irssi
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2017-04-27 00:57:03 +0000
committermaya <maya@pkgsrc.org>2017-04-27 00:57:03 +0000
commite32c9d0603d3a18eff65f960899efb5cd06edc89 (patch)
tree5235acdf98ff0900bd42d69d8dc179ae01b1a409 /chat/irssi
parentdc42d428ab287a7ee789049cdad0188ea62c1aea (diff)
downloadpkgsrc-e32c9d0603d3a18eff65f960899efb5cd06edc89.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/irssi')
-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