svn commit: r541889 - head/security/yubico-piv-tool

Hajimu UMEMOTO ume at FreeBSD.org
Fri Jul 10 22:39:30 UTC 2020


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


More information about the svn-ports-all mailing list