From 47fa86b1ab110b2f33e26cb3e23c0a4f33c846c9 Mon Sep 17 00:00:00 2001 From: jasper Date: Mon, 4 Feb 2019 15:46:37 +0000 Subject: [PATCH] missing BDEP on help2man --- security/yubico/yubico-piv-tool/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/yubico/yubico-piv-tool/Makefile b/security/yubico/yubico-piv-tool/Makefile index 15f15152446..547dfd99309 100644 --- a/security/yubico/yubico-piv-tool/Makefile +++ b/security/yubico/yubico-piv-tool/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/02/03 21:24:08 benno Exp $ +# $OpenBSD: Makefile,v 1.2 2019/02/04 15:46:37 jasper Exp $ COMMENT= Yubico Personal Identity Verification (PIV) Tool @@ -14,7 +14,8 @@ CATEGORIES= sysutils WANTLIB += c pthread crypto pcsclite -BUILD_DEPENDS= devel/check +BUILD_DEPENDS= devel/check \ + devel/help2man LIB_DEPENDS= security/pcsc-lite USE_GMAKE= Yes