diff options
author | farrokhi <farrokhi@FreeBSD.org> | 2017-01-23 16:24:32 +0800 |
---|---|---|
committer | farrokhi <farrokhi@FreeBSD.org> | 2017-01-23 16:24:32 +0800 |
commit | 9a1080c4a2e40fbf91bf5618daab65a1ff318ca9 (patch) | |
tree | 51b5eb234374ae331945ea68c73fa4e67f0c8735 /benchmarks | |
parent | ba9411f96e72d9ed31d909b346da9bd13326fe18 (diff) | |
download | freebsd-ports-gnome-9a1080c4a2e40fbf91bf5618daab65a1ff318ca9.tar.gz freebsd-ports-gnome-9a1080c4a2e40fbf91bf5618daab65a1ff318ca9.tar.zst freebsd-ports-gnome-9a1080c4a2e40fbf91bf5618daab65a1ff318ca9.zip |
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
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/sipp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile index d0e3f1fa296a..68bceade1cea 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 |