Add missing dependency.
PR: 236208
This commit is contained in:
parent
768fe8e6fa
commit
bd9461fa50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494670
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
PORTNAME= openssl_tpm_engine
|
PORTNAME= openssl_tpm_engine
|
||||||
PORTVERSION= 0.5.0
|
PORTVERSION= 0.5.0
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
|
|
||||||
MAINTAINER= hrs@FreeBSD.org
|
MAINTAINER= hrs@FreeBSD.org
|
||||||
|
@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
RUN_DEPENDS= ${LOCALBASE}/sbin/tcsd:security/trousers
|
RUN_DEPENDS= ${LOCALBASE}/sbin/tcsd:security/trousers
|
||||||
LIB_DEPENDS= libtspi.so: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_GITHUB= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue