aboutsummaryrefslogtreecommitdiff
path: root/mail/opensmtpd-devel
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2020-01-02 11:53:40 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2020-01-02 11:53:40 +0000
commite9ad00244a7a12822b235aedc0616e248dbf0c67 (patch)
tree2b95035bf8e8a774e68e7230194cf20a02ee2364 /mail/opensmtpd-devel
parentec45db21d54b46f0465611d418736dfe4d104dec (diff)
downloadports-e9ad00244a7a12822b235aedc0616e248dbf0c67.tar.gz
ports-e9ad00244a7a12822b235aedc0616e248dbf0c67.zip
mail/opensmtpd-devel: openssl111 -> openssl
Reported by: portscan
Notes
Notes: svn path=/head/; revision=521830
Diffstat (limited to 'mail/opensmtpd-devel')
-rw-r--r--mail/opensmtpd-devel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/opensmtpd-devel/Makefile b/mail/opensmtpd-devel/Makefile
index c1daf6c0fe90..bbe23f98e590 100644
--- a/mail/opensmtpd-devel/Makefile
+++ b/mail/opensmtpd-devel/Makefile
@@ -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