summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfarrokhi <farrokhi@FreeBSD.org>2017-01-23 08:24:32 +0000
committerfarrokhi <farrokhi@FreeBSD.org>2017-01-23 08:24:32 +0000
commit9a1080c4a2e40fbf91bf5618daab65a1ff318ca9 (patch)
tree51b5eb234374ae331945ea68c73fa4e67f0c8735
parentba9411f96e72d9ed31d909b346da9bd13326fe18 (diff)
downloadFreeBSD-ports-9a1080c4a2e40fbf91bf5618daab65a1ff318ca9.zip
FreeBSD-ports-9a1080c4a2e40fbf91bf5618daab65a1ff318ca9.tar.gz
Add missing build dependency for benchmarks/sipp
PR: 215953 Reported by: Karsten Schmidt <bsd@guggemand.dk> Reviewed by: bapt Approved by: bapt Differential Revision: https://reviews.freebsd.org/D9131
-rw-r--r--benchmarks/sipp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile
index d0e3f1f..68bcead 100644
--- a/benchmarks/sipp/Makefile
+++ b/benchmarks/sipp/Makefile
@@ -12,6 +12,8 @@ COMMENT= SIP benchmarking and testing tool
LICENSE= GPLv2
+BUILD_DEPENDS= help2man:misc/help2man
+
PLIST_FILES= bin/sipp man/man1/sipp.1.gz
USES= autoreconf gmake ncurses
OpenPOWER on IntegriCloud