git: 0885e31f8c2d - main - security/opencryptoki: add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 May 2022 04:28:53 UTC
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