svn commit: r494670 - head/security/openssl_tpm_engine

Hiroki Sato hrs at FreeBSD.org
Tue Mar 5 02:12:45 UTC 2019


Author: hrs
Date: Tue Mar  5 02:12:44 2019
New Revision: 494670
URL: https://svnweb.freebsd.org/changeset/ports/494670

Log:
  Add missing dependency.
  
  PR:	236208

Modified:
  head/security/openssl_tpm_engine/Makefile

Modified: head/security/openssl_tpm_engine/Makefile
==============================================================================
--- head/security/openssl_tpm_engine/Makefile	Tue Mar  5 02:05:40 2019	(r494669)
+++ head/security/openssl_tpm_engine/Makefile	Tue Mar  5 02:12:44 2019	(r494670)
@@ -4,6 +4,7 @@
 PORTNAME=	openssl_tpm_engine
 PORTVERSION=	0.5.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	hrs at 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
 


More information about the svn-ports-all mailing list