mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Fix invalid conditional
This commit is contained in:
parent
9d274025bf
commit
6430ff142c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343561
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= jabberd
|
PORTNAME= jabberd
|
||||||
DISTVERSION= 2.3.1
|
DISTVERSION= 2.3.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net-im
|
CATEGORIES= net-im
|
||||||
MASTER_SITES= https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME}-${DISTVERSION}/ \
|
MASTER_SITES= https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME}-${DISTVERSION}/ \
|
||||||
LOCAL/matthew/${PORTNAME}
|
LOCAL/matthew/${PORTNAME}
|
||||||
@ -110,7 +111,7 @@ EXPERIMENTAL_DESC= Enable experimental features (TLS-Everywhere)
|
|||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if (${OPSYS} != FreeBSD || ${OSVERSION} < 10000000)
|
.if (${OPSYS} != FreeBSD || ${OSVERSION} < 1000000)
|
||||||
WITH_OPENSSL_PORT= yes
|
WITH_OPENSSL_PORT= yes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user