aboutsummaryrefslogtreecommitdiff
path: root/security/openssl_tpm_engine
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2019-03-05 02:12:44 +0000
committerHiroki Sato <hrs@FreeBSD.org>2019-03-05 02:12:44 +0000
commitbd9461fa50404d58cc1f1b28a98f6a2075183750 (patch)
tree65363d50ac7485ee36943088ebe0d78836e0707a /security/openssl_tpm_engine
parent768fe8e6fa5fd58eb6918fda3c4346da8037e750 (diff)
downloadports-bd9461fa50404d58cc1f1b28a98f6a2075183750.tar.gz
ports-bd9461fa50404d58cc1f1b28a98f6a2075183750.zip
Add missing dependency.
PR: 236208
Notes
Notes: svn path=/head/; revision=494670
Diffstat (limited to 'security/openssl_tpm_engine')
-rw-r--r--security/openssl_tpm_engine/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssl_tpm_engine/Makefile b/security/openssl_tpm_engine/Makefile
index b7553b4e6fb5..e403cb558386 100644
--- a/security/openssl_tpm_engine/Makefile
+++ b/security/openssl_tpm_engine/Makefile
@@ -4,6 +4,7 @@
PORTNAME= openssl_tpm_engine
PORTVERSION= 0.5.0
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= hrs@FreeBSD.org
@@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${LOCALBASE}/sbin/tcsd:security/trousers
LIB_DEPENDS= libtspi.so:security/trousers
-USES= autoreconf gmake libtool localbase ssl
+USES= autoreconf gmake libtool localbase ssl pkgconfig
USE_GITHUB= yes
USE_LDCONFIG= yes