mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
net-im/mu-conference: remove optional dependency on expired net-im/jabber
This commit is contained in:
parent
cad1621983
commit
4311a8da71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482225
1 changed files with 2 additions and 9 deletions
|
@ -25,9 +25,8 @@ USE_RC_SUBR= ${PORTNAME}
|
|||
OPTIONS_DEFINE= MYSQL DOCS
|
||||
OPTIONS_DEFAULT=DAEMON
|
||||
OPTIONS_SINGLE= SERVER
|
||||
OPTIONS_SINGLE_SERVER= JABBER JABBERD EJABBERD DAEMON
|
||||
OPTIONS_SINGLE_SERVER= JABBERD EJABBERD DAEMON
|
||||
|
||||
JABBER_DESC= Use with jabberd14 (net-im/jabber)
|
||||
JABBERD_DESC= Use with jabberd 2.x (net-im/jabberd)
|
||||
EJABBERD_DESC= Use with ejabberd (net-im/ejabberd)
|
||||
DAEMON_DESC= Use builtin daemon
|
||||
|
@ -53,13 +52,7 @@ DOCFILES+= README.sql mu-conference.sql
|
|||
|
||||
MUC_LOGDIR?= /var/log/mu-conference
|
||||
|
||||
.if ${PORT_OPTIONS:MJABBER}
|
||||
JABBER_REQUIRE?= jabber
|
||||
JABBER_USER?= jabber
|
||||
JABBER_PIDDIR?= /var/run/jabberd
|
||||
JABBER_SPOOLDIR?= /var/spool/jabberd
|
||||
RUN_DEPENDS+= jabberd14:net-im/jabber
|
||||
.elif ${PORT_OPTIONS:MJABBERD}
|
||||
.if ${PORT_OPTIONS:MJABBERD}
|
||||
JABBER_REQUIRE?= jabberd
|
||||
JABBER_USER?= jabber
|
||||
JABBER_PIDDIR?= /var/jabberd/pid
|
||||
|
|
Loading…
Add table
Reference in a new issue