1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Fix invalid conditional

This commit is contained in:
Martin Matuska 2014-02-09 23:42:25 +00:00
parent 9d274025bf
commit 6430ff142c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343561

View File

@ -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