mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
net-im/proxy65: remove optional dependency on expired net-im/jabber
This commit is contained in:
parent
b3c1e9dbf1
commit
cad1621983
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482224
1 changed files with 1 additions and 5 deletions
|
@ -20,10 +20,9 @@ GH_TAGNAME= 4e76bf2
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
OPTIONS_SINGLE= SERVER
|
OPTIONS_SINGLE= SERVER
|
||||||
OPTIONS_SINGLE_SERVER= NOJABBER JABBER JABBERD EJABBERD
|
OPTIONS_SINGLE_SERVER= NOJABBER JABBERD EJABBERD
|
||||||
OPTIONS_DEFAULT= NOJABBER
|
OPTIONS_DEFAULT= NOJABBER
|
||||||
NOJABBER_DESC= Do not depend on a jabber server
|
NOJABBER_DESC= Do not depend on a jabber server
|
||||||
JABBER_DESC= Use with jabberd14 (net-im/jabber)
|
|
||||||
JABBERD_DESC= Use with jabberd 2.x (net-im/jabberd)
|
JABBERD_DESC= Use with jabberd 2.x (net-im/jabberd)
|
||||||
EJABBERD_DESC= Use with ejabberd (net-im/ejabberd)
|
EJABBERD_DESC= Use with ejabberd (net-im/ejabberd)
|
||||||
|
|
||||||
|
@ -42,9 +41,6 @@ GROUPS= ${PROXY65_GROUP}
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MNOJABBER}
|
.if ${PORT_OPTIONS:MNOJABBER}
|
||||||
# No jabber depends
|
# No jabber depends
|
||||||
.elif ${PORT_OPTIONS:MJABBER}
|
|
||||||
JABBER_REQUIRE?= jabber
|
|
||||||
RUN_DEPENDS+= jabberd14:net-im/jabber
|
|
||||||
.elif ${PORT_OPTIONS:MJABBERD}
|
.elif ${PORT_OPTIONS:MJABBERD}
|
||||||
JABBER_REQUIRE?= jabberd
|
JABBER_REQUIRE?= jabberd
|
||||||
RUN_DEPENDS+= jabberd:net-im/jabberd
|
RUN_DEPENDS+= jabberd:net-im/jabberd
|
||||||
|
|
Loading…
Add table
Reference in a new issue