From efb3e7d653270c75b5ae5971a2f2f5a9b09558a4 Mon Sep 17 00:00:00 2001 From: leot Date: Sat, 28 May 2022 20:46:16 +0000 Subject: [PATCH] sshping: Add missing tool dependency to pod2man --- net/sshping/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/sshping/Makefile b/net/sshping/Makefile index 85d13c689bcf..1439e25923c0 100644 --- a/net/sshping/Makefile +++ b/net/sshping/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/05/28 17:33:20 leot Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/28 20:46:16 leot Exp $ DISTNAME= sshping-0.1.4 CATEGORIES= net @@ -11,6 +11,8 @@ COMMENT= Measure character-echo latency and bandwidth for ssh session LICENSE= mit USE_CMAKE= yes +USE_TOOLS= pod2man + USE_LANGUAGES= c c++ .include "../../security/libssh/buildlink3.mk"