summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2014-02-09 23:42:25 +0000
committerMartin Matuska <mm@FreeBSD.org>2014-02-09 23:42:25 +0000
commit6430ff142c074e0a7be96a187aba8cf1c2a3bc52 (patch)
tree80592bdd7432e2c2257bfb5dfc2829c49a69d25d /net-im
parent- do not use easy_install, convert to auto-generated packing list (diff)
Fix invalid conditional
Notes
Notes: svn path=/head/; revision=343561
Diffstat (limited to 'net-im')
-rw-r--r--net-im/jabberd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile
index f675eb1bf632..05e6ccacf6d4 100644
--- a/net-im/jabberd/Makefile
+++ b/net-im/jabberd/Makefile
@@ -3,6 +3,7 @@
PORTNAME= jabberd
DISTVERSION= 2.3.1
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME}-${DISTVERSION}/ \
LOCAL/matthew/${PORTNAME}
@@ -110,7 +111,7 @@ EXPERIMENTAL_DESC= Enable experimental features (TLS-Everywhere)
.include <bsd.port.options.mk>
-.if (${OPSYS} != FreeBSD || ${OSVERSION} < 10000000)
+.if (${OPSYS} != FreeBSD || ${OSVERSION} < 1000000)
WITH_OPENSSL_PORT= yes
.endif