Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 May 2022 04:28:53 GMT
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0885e31f8c2d - main - security/opencryptoki: add missing dependency
Message-ID:  <202205070428.2474Sriu083791@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by hrs:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0885e31f8c2d82e7d021ebe28b46b2e4e9fcefa3

commit 0885e31f8c2d82e7d021ebe28b46b2e4e9fcefa3
Author:     Hiroki Sato <hrs@FreeBSD.org>
AuthorDate: 2022-05-07 04:27:23 +0000
Commit:     Hiroki Sato <hrs@FreeBSD.org>
CommitDate: 2022-05-07 04:28:32 +0000

    security/opencryptoki: add missing dependency
---
 security/opencryptoki/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/opencryptoki/Makefile b/security/opencryptoki/Makefile
index e829cbf166ed..abfc54b24002 100644
--- a/security/opencryptoki/Makefile
+++ b/security/opencryptoki/Makefile
@@ -16,7 +16,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 LIB_DEPENDS=	libtspi.so:security/trousers \
 		libepoll-shim.so:devel/libepoll-shim
 
-USES=		alias autoreconf gmake libtool localbase ssl tar:tgz
+USES=		alias autoreconf bison gmake libtool localbase ssl tar:tgz
 USE_OPENLDAP=	yes
 USE_LDCONFIG=	${PREFIX}/lib/opencryptoki
 USE_GITHUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205070428.2474Sriu083791>