Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jul 2020 22:39:29 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541889 - head/security/yubico-piv-tool
Message-ID:  <202007102239.06AMdTZu001148@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ume
Date: Fri Jul 10 22:39:29 2020
New Revision: 541889
URL: https://svnweb.freebsd.org/changeset/ports/541889

Log:
  Add missing dependency.

Modified:
  head/security/yubico-piv-tool/Makefile

Modified: head/security/yubico-piv-tool/Makefile
==============================================================================
--- head/security/yubico-piv-tool/Makefile	Fri Jul 10 21:28:37 2020	(r541888)
+++ head/security/yubico-piv-tool/Makefile	Fri Jul 10 22:39:29 2020	(r541889)
@@ -13,7 +13,8 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/check.pc:devel/check \
-		gengetopt:devel/gengetopt
+		gengetopt:devel/gengetopt \
+		help2man:misc/help2man
 LIB_DEPENDS=	libpcsclite.so:devel/pcsc-lite
 
 USES=		compiler cmake:noninja gmake libtool pathfix pkgconfig ssl



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