1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

mail/opensmtpd-devel: openssl111 -> openssl

Reported by:	portscan
This commit is contained in:
Tobias Kortkamp 2020-01-02 11:53:40 +00:00
parent ec45db21d5
commit e9ad00244a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521830

View File

@ -17,8 +17,8 @@ COMMENT= Security- and simplicity-focused SMTP server from OpenBSD
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= Incompatible with Openssl 1.1.x yet
BROKEN_SSL= openssl
BROKEN_SSL_REASON_openssl= Incompatible with Openssl 1.1.x yet
LIB_DEPENDS= libevent.so:devel/libevent
@ -64,7 +64,7 @@ CONFIGURE_ARGS+= --with-libasr=${LOCALBASE} \
.if ${OPSYS} == FreeBSD && \
((${OSVERSION} > 1200084 && ${SSL_DEFAULT} == "base") || \
(${SSL_DEFAULT} == "openssl111"))
(${SSL_DEFAULT} == "openssl"))
BROKEN= Incompatible with Openssl 1.1.x yet
.endif