summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chat/telepathy-idle/Makefile3
-rw-r--r--devel/ucommon/options.mk3
-rw-r--r--lang/nodejs/options.mk3
-rw-r--r--lang/nodejs8/options.mk3
-rw-r--r--lang/python37/Makefile3
-rw-r--r--lang/python38/Makefile3
-rw-r--r--mail/dkim-milter/Makefile3
-rw-r--r--mail/dovecot/options.mk3
-rw-r--r--mail/dovecot2/options.mk3
-rw-r--r--mail/opendkim/Makefile3
-rw-r--r--mail/opendmarc/Makefile3
-rw-r--r--net/ccrtp/options.mk3
-rw-r--r--net/freeradius2/Makefile4
-rw-r--r--net/libzrtpcpp/Makefile4
-rw-r--r--net/nmap/Makefile3
-rw-r--r--net/nsd/Makefile4
-rw-r--r--net/tor/Makefile3
-rw-r--r--news/flnews/Makefile9
-rw-r--r--security/engine-pkcs11/Makefile4
-rw-r--r--security/libp11/Makefile4
-rw-r--r--security/libssh/options.mk3
-rw-r--r--security/mit-krb5/Makefile3
-rw-r--r--security/opensc/Makefile3
-rw-r--r--www/spdylay/Makefile3
24 files changed, 24 insertions, 59 deletions
diff --git a/chat/telepathy-idle/Makefile b/chat/telepathy-idle/Makefile
index 52e792cb73e..8741dd20306 100644
--- a/chat/telepathy-idle/Makefile
+++ b/chat/telepathy-idle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2020/01/18 21:48:53 jperkin Exp $
+# $NetBSD: Makefile,v 1.41 2020/01/25 10:45:11 jperkin Exp $
DISTNAME= telepathy-idle-0.1.8
PKGREVISION= 12
@@ -31,7 +31,6 @@ CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN}
.include "../../chat/telepathy-glib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../lang/python/application.mk"
-BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7
.include "../../security/openssl/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"
diff --git a/devel/ucommon/options.mk b/devel/ucommon/options.mk
index 123288c76dd..9436b778179 100644
--- a/devel/ucommon/options.mk
+++ b/devel/ucommon/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2019/01/13 18:21:24 adam Exp $
+# $NetBSD: options.mk,v 1.4 2020/01/25 10:45:10 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ucommon
PKG_SUPPORTED_OPTIONS= gnutls openssl tests
@@ -12,7 +12,6 @@ BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.0.0
.endif
.if !empty(PKG_OPTIONS:Mopenssl)
-BUILDLINK_API_DEPENDS.openssl+= openssl>=1.0.0
.include "../../security/openssl/buildlink3.mk"
CMAKE_ARGS+= -DCRYPTO_OPENSSL=ON
.else
diff --git a/lang/nodejs/options.mk b/lang/nodejs/options.mk
index cf8a0d03da7..c43ed11f25f 100644
--- a/lang/nodejs/options.mk
+++ b/lang/nodejs/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2020/01/24 18:52:20 adam Exp $
+# $NetBSD: options.mk,v 1.13 2020/01/25 10:45:12 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.node
PKG_SUPPORTED_OPTIONS= openssl dtrace
@@ -26,7 +26,6 @@ CONFIGURE_ARGS+= --without-dtrace
PRINT_PLIST_AWK+= {if ($$0 ~ /lib\/dtrace/) {$$0 = "$${PLIST.dtrace}" $$0;}}
.if !empty(PKG_OPTIONS:Mopenssl)
-BUILDLINK_API_DEPENDS.openssl+= openssl>=1.1.1d
.include "../../security/openssl/buildlink3.mk"
CONFIGURE_ARGS+= --shared-openssl
_WRAP_EXTRA_ARGS.CXX+= ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
diff --git a/lang/nodejs8/options.mk b/lang/nodejs8/options.mk
index 783e3415a3a..50d709ef0f1 100644
--- a/lang/nodejs8/options.mk
+++ b/lang/nodejs8/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2018/05/03 21:12:23 fhajny Exp $
+# $NetBSD: options.mk,v 1.3 2020/01/25 10:45:12 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.node
PKG_SUPPORTED_OPTIONS= openssl dtrace
@@ -26,7 +26,6 @@ CONFIGURE_ARGS+= --without-dtrace
PRINT_PLIST_AWK+= {if ($$0 ~ /lib\/dtrace/) {$$0 = "$${PLIST.dtrace}" $$0;}}
.if !empty(PKG_OPTIONS:Mopenssl)
-BUILDLINK_API_DEPENDS.openssl+= openssl>=1.0.2
.include "../../security/openssl/buildlink3.mk"
CONFIGURE_ARGS+= --shared-openssl
_WRAP_EXTRA_ARGS.CXX+= ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
diff --git a/lang/python37/Makefile b/lang/python37/Makefile
index 74aa023fb29..a20a3dcf901 100644
--- a/lang/python37/Makefile
+++ b/lang/python37/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2020/01/18 21:49:43 jperkin Exp $
+# $NetBSD: Makefile,v 1.13 2020/01/25 10:45:12 jperkin Exp $
PKGREVISION= 1
.include "dist.mk"
@@ -180,7 +180,6 @@ BUILDLINK_DEPMETHOD.readline= build
.include "../../devel/libuuid/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.openssl+= openssl>=1.0.2
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bdb.buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
diff --git a/lang/python38/Makefile b/lang/python38/Makefile
index b31d7cbf8a3..b7d7515ad46 100644
--- a/lang/python38/Makefile
+++ b/lang/python38/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/01/18 21:49:43 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2020/01/25 10:45:12 jperkin Exp $
.include "dist.mk"
@@ -183,7 +183,6 @@ BUILDLINK_DEPMETHOD.readline= build
.include "../../devel/libuuid/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.openssl+= openssl>=1.0.2
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bdb.buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
diff --git a/mail/dkim-milter/Makefile b/mail/dkim-milter/Makefile
index eb75ddd541a..c70c3b1fd11 100644
--- a/mail/dkim-milter/Makefile
+++ b/mail/dkim-milter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2020/01/18 21:48:14 jperkin Exp $
+# $NetBSD: Makefile,v 1.36 2020/01/25 10:45:11 jperkin Exp $
DISTNAME= dkim-milter-2.8.3
PKGREVISION= 6
@@ -104,7 +104,6 @@ post-install:
${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
. endif
-BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.8
.include "../../security/openssl/buildlink3.mk"
BUILDLINK_API_DEPENDS.libmilter+= libmilter>=8.13.0
.include "../../mail/libmilter/buildlink3.mk"
diff --git a/mail/dovecot/options.mk b/mail/dovecot/options.mk
index 50f20c44d89..7a0168c4957 100644
--- a/mail/dovecot/options.mk
+++ b/mail/dovecot/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.30 2019/11/02 16:25:20 rillig Exp $
+# $NetBSD: options.mk,v 1.31 2020/01/25 10:45:11 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.dovecot
PKG_SUPPORTED_OPTIONS= dovecot-sieve dovecot-managesieve gssapi
@@ -20,7 +20,6 @@ PKG_SUGGESTED_OPTIONS+= kqueue
CONFIGURE_ARGS+= --with-ssl=openssl
CONFIGURE_ENV+= SSL_CFLAGS="-I${BUILDLINK_PREFIX.openssl}/include"
CONFIGURE_ENV+= SSL_LIBS="-lssl -lcrypto"
-BUILDLINK_API_DEPENDS.openssl+=openssl>=0.9.8a
. include "../../security/openssl/buildlink3.mk"
.elif !empty(PKG_OPTIONS:Mgnutls)
CONFIGURE_ARGS+= --with-ssl=gnutls
diff --git a/mail/dovecot2/options.mk b/mail/dovecot2/options.mk
index c5fe82d0c7a..b1c3fd7ebb2 100644
--- a/mail/dovecot2/options.mk
+++ b/mail/dovecot2/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2019/07/03 05:51:54 triaxx Exp $
+# $NetBSD: options.mk,v 1.13 2020/01/25 10:45:11 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.dovecot
PKG_SUPPORTED_OPTIONS= kqueue pam ssl tcpwrappers
@@ -18,7 +18,6 @@ PLIST_VARS+= ssl tcpwrappers
CONFIGURE_ARGS+= --with-ssl=openssl
CONFIGURE_ENV+= SSL_CFLAGS="-I${BUILDLINK_PREFIX.openssl}/include"
CONFIGURE_ENV+= SSL_LIBS="-lssl -lcrypto"
-BUILDLINK_API_DEPENDS.openssl+=openssl>=0.9.8a
. include "../../security/openssl/buildlink3.mk"
PLIST.ssl= yes
.endif
diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile
index 12a3b24daa1..a7263f554f0 100644
--- a/mail/opendkim/Makefile
+++ b/mail/opendkim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2020/01/18 21:49:52 jperkin Exp $
+# $NetBSD: Makefile,v 1.32 2020/01/25 10:45:12 jperkin Exp $
DISTNAME= opendkim-2.10.3
PKGREVISION= 5
@@ -47,7 +47,6 @@ pre-configure:
PLIST_SRC+= ${PKGDIR}/PLIST
-BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.8
.include "../../security/openssl/buildlink3.mk"
BUILDLINK_API_DEPENDS.libmilter+= libmilter>=8.13.0
.include "../../mail/libmilter/buildlink3.mk"
diff --git a/mail/opendmarc/Makefile b/mail/opendmarc/Makefile
index cc1d0f4816b..7506ee81ea7 100644
--- a/mail/opendmarc/Makefile
+++ b/mail/opendmarc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/01/18 21:48:16 jperkin Exp $
+# $NetBSD: Makefile,v 1.18 2020/01/25 10:45:11 jperkin Exp $
DISTNAME= opendmarc-1.3.1
PKGREVISION= 6
@@ -37,7 +37,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/opendmarc/opendmarc.conf.sample \
${DESTDIR}${EGDIR}/
-BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.8
.include "../../security/openssl/buildlink3.mk"
BUILDLINK_API_DEPENDS.libmilter+= libmilter>=8.13.0
.include "../../mail/libmilter/buildlink3.mk"
diff --git a/net/ccrtp/options.mk b/net/ccrtp/options.mk
index 40e1762c2c1..0a549713c6c 100644
--- a/net/ccrtp/options.mk
+++ b/net/ccrtp/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2015/04/18 03:11:47 rodent Exp $
+# $NetBSD: options.mk,v 1.3 2020/01/25 10:45:10 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ccrtp
PKG_OPTIONS_GROUP.tls= libgcrypt openssl
@@ -12,6 +12,5 @@ PKG_SUGGESTED_OPTIONS+= openssl
.endif
.if !empty(PKG_OPTIONS:Mopenssl)
-BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.8
.include "../../security/openssl/buildlink3.mk"
.endif
diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile
index 6b70550dbb7..83e06ed6587 100644
--- a/net/freeradius2/Makefile
+++ b/net/freeradius2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2020/01/18 21:50:13 jperkin Exp $
+# $NetBSD: Makefile,v 1.55 2020/01/25 10:45:10 jperkin Exp $
DISTNAME= freeradius-server-2.2.10
PKGNAME= ${DISTNAME:S/-server//}
@@ -45,8 +45,6 @@ OWN_DIRS_PERMS+= ${VARBASE}/log/radiusd/radacct \
EGDIR= ${PREFIX}/share/examples/freeradius
-BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7
-
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
CONFIGURE_ARGS+= --quiet
diff --git a/net/libzrtpcpp/Makefile b/net/libzrtpcpp/Makefile
index 783b2476730..dce0b8819f6 100644
--- a/net/libzrtpcpp/Makefile
+++ b/net/libzrtpcpp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/01/18 21:48:20 jperkin Exp $
+# $NetBSD: Makefile,v 1.28 2020/01/25 10:45:10 jperkin Exp $
GITHUB_TAG= V4.4.0
DISTNAME= ${GITHUB_TAG}
@@ -27,8 +27,6 @@ CMAKE_ARGS+= -DLIBDIRNAME=lib
.include "options.mk"
-BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.8
-#BUILDLINK_DEPMETHOD.openssl= build
.include "../../mk/pthread.buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
diff --git a/net/nmap/Makefile b/net/nmap/Makefile
index fdb5681b6eb..01c62397151 100644
--- a/net/nmap/Makefile
+++ b/net/nmap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.142 2020/01/18 21:50:20 jperkin Exp $
+# $NetBSD: Makefile,v 1.143 2020/01/25 10:45:10 jperkin Exp $
PKGREVISION= 1
.include "Makefile.common"
@@ -7,7 +7,6 @@ COMMENT= Network/port scanner with OS detection
BUILDLINK_API_DEPENDS.libpcap+= libpcap>=1.0.0
BUILDLINK_API_DEPENDS.libpcre+= libpcre>=7.6
-BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.8
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
diff --git a/net/nsd/Makefile b/net/nsd/Makefile
index faae2d11e39..746afe0045f 100644
--- a/net/nsd/Makefile
+++ b/net/nsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.107 2020/01/18 21:50:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.108 2020/01/25 10:45:10 jperkin Exp $
DISTNAME= nsd-4.2.2
PKGREVISION= 1
@@ -13,8 +13,6 @@ LICENSE= modified-bsd
BUILD_DEFS+= VARBASE NSD_USER NSD_GROUP
FILES_SUBST+= NSD_USER=${NSD_USER} NSD_GROUP=${NSD_GROUP}
-BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7
-
PKG_OPTIONS_VAR= PKG_OPTIONS.nsd
PKG_SUPPORTED_OPTIONS= inet6 rrl
PKG_SUGGESTED_OPTIONS= inet6
diff --git a/net/tor/Makefile b/net/tor/Makefile
index 712564a018c..f9447f076c8 100644
--- a/net/tor/Makefile
+++ b/net/tor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.148 2020/01/18 21:50:27 jperkin Exp $
+# $NetBSD: Makefile,v 1.149 2020/01/25 10:45:10 jperkin Exp $
DISTNAME= tor-0.4.2.5
PKGREVISION= 1
@@ -69,7 +69,6 @@ CFLAGS+= -c99
BUILDLINK_API_DEPENDS.libevent+= libevent>=2.0
.include "../../devel/libevent/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.openssl+= openssl>=1.0
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/news/flnews/Makefile b/news/flnews/Makefile
index 4f15d4e2c4f..25a2abdf0d8 100644
--- a/news/flnews/Makefile
+++ b/news/flnews/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 21:50:29 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2020/01/25 10:45:12 jperkin Exp $
FLNEWS_VERSION= 0.17
@@ -74,14 +74,7 @@ BUILD_DEPENDS+= makedepend-[0-9]*:../../devel/makedepend
BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.3
.include "../../devel/zlib/buildlink3.mk"
-# OpenSSL 1.1 API is required for signature algorithm negotiation
-# OpenSSL 1.1 API is required for TLSv1.2 FFDHE group check
-# At least OpenSSL 1.1.1 is required for TLSv1.3
-# OpenSSL 3 API is required for FFDHE group negotiation
-BUILDLINK_API_DEPENDS.openssl+= openssl>=1.0.0
.include "../../security/openssl/buildlink3.mk"
-# FLTK must be compiled with multithreading support
-# FLTK version 1.4 is supported (should be compiled with pango support)
.include "../../x11/fltk13/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/engine-pkcs11/Makefile b/security/engine-pkcs11/Makefile
index fbe732ba878..f843a89fa4a 100644
--- a/security/engine-pkcs11/Makefile
+++ b/security/engine-pkcs11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/01/18 21:50:36 jperkin Exp $
+# $NetBSD: Makefile,v 1.12 2020/01/25 10:45:11 jperkin Exp $
#
VERSION= 0.1.8
@@ -15,8 +15,6 @@ LICENSE= original-bsd
WRKSRC= ${WRKDIR}/engine_pkcs11-engine_pkcs11-${VERSION}
-BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7
-
USE_TOOLS+= autoconf automake gmake pkg-config
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
diff --git a/security/libp11/Makefile b/security/libp11/Makefile
index 6213fcd2565..3ecaa787858 100644
--- a/security/libp11/Makefile
+++ b/security/libp11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2020/01/18 21:48:23 jperkin Exp $
+# $NetBSD: Makefile,v 1.13 2020/01/25 10:45:11 jperkin Exp $
#
VERSION= 0.2.8
@@ -14,8 +14,6 @@ LICENSE= gnu-lgpl-v2.1
WRKSRC= ${WRKDIR}/libp11-libp11-${VERSION}
-BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7
-
USE_TOOLS+= autoconf automake gmake pkg-config
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
diff --git a/security/libssh/options.mk b/security/libssh/options.mk
index 1ba8cf54546..0b0c1eb14d5 100644
--- a/security/libssh/options.mk
+++ b/security/libssh/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2018/12/03 15:19:51 adam Exp $
+# $NetBSD: options.mk,v 1.5 2020/01/25 10:45:11 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libssh
PKG_OPTIONS_REQUIRED_GROUPS= crypto
@@ -8,7 +8,6 @@ PKG_SUGGESTED_OPTIONS= openssl
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mopenssl)
-BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.8
CMAKE_ARGS+= -DWITH_GCRYPT:BOOL=OFF
.include "../../security/openssl/buildlink3.mk"
.endif
diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile
index 633b75f5524..f00a0ab843c 100644
--- a/security/mit-krb5/Makefile
+++ b/security/mit-krb5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2020/01/18 21:50:40 jperkin Exp $
+# $NetBSD: Makefile,v 1.104 2020/01/25 10:45:11 jperkin Exp $
DISTNAME= krb5-1.16.2
PKGNAME= mit-${DISTNAME}
@@ -81,6 +81,5 @@ post-install:
${INSTALL_MAN} "$$f" ${DESTDIR}${PREFIX}/${PKGINFODIR}; \
done
-BUILDLINK_API_DEPENDS.openssl+= openssl>=1.0.1
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/opensc/Makefile b/security/opensc/Makefile
index 85cd34295d2..7a89433af54 100644
--- a/security/opensc/Makefile
+++ b/security/opensc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/01/18 21:50:41 jperkin Exp $
+# $NetBSD: Makefile,v 1.29 2020/01/25 10:45:11 jperkin Exp $
OPENSC_PKG_VERSION= 0.19.0
DISTNAME= opensc-${OPENSC_PKG_VERSION}
@@ -58,6 +58,5 @@ DLOPEN_REQUIRE_PTHREADS= no
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/readline.buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/spdylay/Makefile b/www/spdylay/Makefile
index 2a4f9ff14b9..34be661ef89 100644
--- a/www/spdylay/Makefile
+++ b/www/spdylay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/01/18 21:48:30 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2020/01/25 10:45:12 jperkin Exp $
DISTNAME= spdylay-1.4.0
PKGREVISION= 1
@@ -38,7 +38,6 @@ PLIST.spdyd= yes
.endif
BUILDLINK_API_DEPENDS.libevent+= libevent>=2.0.8
-BUILDLINK_API_DEPENDS.openssl+= openssl>=1.0.1
.include "../../devel/libevent/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"