aboutsummaryrefslogtreecommitdiff
path: root/net-im/proxy65
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-10-16 13:08:21 +0000
committerRene Ladan <rene@FreeBSD.org>2018-10-16 13:08:21 +0000
commitcad1621983b722e841a88e7ccfe67a3261d3f4f6 (patch)
treef8f81d72e1940ef1cba4875a081e0ccc07fc149e /net-im/proxy65
parentb3c1e9dbf1748180883ed707da33c283ef1a6cca (diff)
downloadports-cad1621983b722e841a88e7ccfe67a3261d3f4f6.tar.gz
ports-cad1621983b722e841a88e7ccfe67a3261d3f4f6.zip
Notes
Diffstat (limited to 'net-im/proxy65')
-rw-r--r--net-im/proxy65/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/net-im/proxy65/Makefile b/net-im/proxy65/Makefile
index c745d084fea1..ad810126bfba 100644
--- a/net-im/proxy65/Makefile
+++ b/net-im/proxy65/Makefile
@@ -20,10 +20,9 @@ GH_TAGNAME= 4e76bf2
OPTIONS_DEFINE= DOCS
OPTIONS_SINGLE= SERVER
-OPTIONS_SINGLE_SERVER= NOJABBER JABBER JABBERD EJABBERD
+OPTIONS_SINGLE_SERVER= NOJABBER JABBERD EJABBERD
OPTIONS_DEFAULT= NOJABBER
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)
EJABBERD_DESC= Use with ejabberd (net-im/ejabberd)
@@ -42,9 +41,6 @@ GROUPS= ${PROXY65_GROUP}
.if ${PORT_OPTIONS:MNOJABBER}
# No jabber depends
-.elif ${PORT_OPTIONS:MJABBER}
-JABBER_REQUIRE?= jabber
-RUN_DEPENDS+= jabberd14:net-im/jabber
.elif ${PORT_OPTIONS:MJABBERD}
JABBER_REQUIRE?= jabberd
RUN_DEPENDS+= jabberd:net-im/jabberd