diff options
author | gdt <gdt@pkgsrc.org> | 2019-11-24 14:34:02 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2019-11-24 14:34:02 +0000 |
commit | a10e206e57a49187eea48d119ef224eb66253de4 (patch) | |
tree | 3b43d4bb200a91c1d6409cd9d457995186d0e35d /chat/jabberd2/options.mk | |
parent | 2b6d02164e0a8bd66a6c3f89a6f2076091b44e4f (diff) | |
download | pkgsrc-a10e206e57a49187eea48d119ef224eb66253de4.tar.gz |
chat/jabberd2: Drop PLIST.ws
This variable is not in PLIST_VARS and does not appear in the PLIST.
(It remains for someone who wants to use jabberd2 with websockets to
see if that option works and, if not, fix it.)
Diffstat (limited to 'chat/jabberd2/options.mk')
-rw-r--r-- | chat/jabberd2/options.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/jabberd2/options.mk b/chat/jabberd2/options.mk index 7024f1ac510..e105afeaefc 100644 --- a/chat/jabberd2/options.mk +++ b/chat/jabberd2/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.30 2019/11/02 22:18:23 rillig Exp $ +# $NetBSD: options.mk,v 1.31 2019/11/24 14:34:02 gdt Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.jabberd2 PKG_OPTIONS_REQUIRED_GROUPS= auth storage mio @@ -100,7 +100,6 @@ CONFIGURE_ARGS+= --enable-mio=select .endif .if !empty(PKG_OPTIONS:Mwebsocket) -PLIST.ws= yes CONFIGURE_ARGS+= --enable-websocket .include "../../www/http-parser/buildlink3.mk" .else |