diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2022-05-07 13:27:23 +0900 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2022-05-07 13:28:32 +0900 |
commit | 0885e31f8c2d82e7d021ebe28b46b2e4e9fcefa3 (patch) | |
tree | 538b960ce57585c30de72b0eccc08bd11772ae9e | |
parent | devel/template-glib: Update to 3.34.1 (diff) |
security/opencryptoki: add missing dependency
-rw-r--r-- | security/opencryptoki/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |