diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:54 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:54 +0000 |
commit | e51bbb58a4c6768d011c6b5ec5e74fd757f85e57 (patch) | |
tree | 1854068f339c180ccfac6a1304765861eb2e85fc /irc/bitchx | |
parent | a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (diff) |
Notes
Diffstat (limited to 'irc/bitchx')
-rw-r--r-- | irc/bitchx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 52ebd2a65436..10f000e0491e 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -42,7 +42,7 @@ OPTIONS_DEFAULT= PLUGINS SSL IPV6_CONFIGURE_ENABLE= ipv6 SSL_CONFIGURE_WITH= ssl -SSL_USE= openssl=yes +SSL_USES= ssl PLUGINS_CONFIGURE_WITH= plugins="${PLUGIN_LIST:C/\$$/,/g}" |