diff options
author | obache <obache@pkgsrc.org> | 2014-11-02 05:36:25 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-11-02 05:36:25 +0000 |
commit | 7820af217074a050ba28fe9337fc690cda6cd48c (patch) | |
tree | 82b3df2e6110f5dde7ad83cbaaf896910ed4c905 /chat | |
parent | 420f91e96119177649ebbd31a971424c5c928fe6 (diff) | |
download | pkgsrc-7820af217074a050ba28fe9337fc690cda6cd48c.tar.gz |
remove duplicated inet6 option.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/unrealircd/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/unrealircd/options.mk b/chat/unrealircd/options.mk index 32acabf589b..4d4d804ddd4 100644 --- a/chat/unrealircd/options.mk +++ b/chat/unrealircd/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.13 2014/11/02 05:35:39 obache Exp $ +# $NetBSD: options.mk,v 1.14 2014/11/02 05:36:25 obache Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.unrealircd @@ -6,7 +6,7 @@ PKG_SUPPORTED_OPTIONS= inet6 unrealircd-nospoof unrealircd-ziplinks PKG_SUPPORTED_OPTIONS+= unrealircd-remoteinc ssl unrealircd-chroot PKG_SUPPORTED_OPTIONS+= unrealircd-prefixaq unrealircd-showlistmodes PKG_SUPPORTED_OPTIONS+= unrealircd-topicisnuhost unrealircd-shunnotices -PKG_SUPPORTED_OPTIONS+= unrealircd-operoverride-verify inet6 +PKG_SUPPORTED_OPTIONS+= unrealircd-operoverride-verify PKG_SUPPORTED_OPTIONS+= unrealircd-no-operoverride unrealircd-disableusermod PKG_SUGGESTED_OPTIONS= unrealircd-showlistmodes unrealircd-prefixaq |