diff options
author | jperkin <jperkin@pkgsrc.org> | 2020-01-25 10:45:10 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2020-01-25 10:45:10 +0000 |
commit | 0a1e4b683695e14c1c5959910edd7b77ec243bc0 (patch) | |
tree | 968139df6eafabca8678bf41aa14d70486623604 /security/libp11 | |
parent | 1a6b180530ea22381d31dc69f18a39f79eed6162 (diff) | |
download | pkgsrc-0a1e4b683695e14c1c5959910edd7b77ec243bc0.tar.gz |
*: Remove obsolete BUILDLINK_API_DEPENDS.openssl.
Diffstat (limited to 'security/libp11')
-rw-r--r-- | security/libp11/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |