Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2019 02:12:44 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494670 - head/security/openssl_tpm_engine
Message-ID:  <201903050212.x252Ci3T031062@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903050212.x252Ci3T031062>