pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/sshping



Module Name:    pkgsrc
Committed By:   leot
Date:           Sat May 28 20:46:16 UTC 2022

Modified Files:
        pkgsrc/net/sshping: Makefile

Log Message:
sshping: Add missing tool dependency to pod2man


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/sshping/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/sshping/Makefile
diff -u pkgsrc/net/sshping/Makefile:1.1 pkgsrc/net/sshping/Makefile:1.2
--- pkgsrc/net/sshping/Makefile:1.1     Sat May 28 17:33:20 2022
+++ pkgsrc/net/sshping/Makefile Sat May 28 20:46:16 2022
@@ -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 
 LICENSE=       mit
 
 USE_CMAKE=     yes
+USE_TOOLS=     pod2man
+
 USE_LANGUAGES= c c++
 
 .include "../../security/libssh/buildlink3.mk"



Home | Main Index | Thread Index | Old Index