Date: Mon, 23 Jan 2017 08:24:32 +0000 (UTC) From: Babak Farrokhi <farrokhi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432205 - head/benchmarks/sipp Message-ID: <201701230824.v0N8OWSu006757@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: farrokhi Date: Mon Jan 23 08:24:32 2017 New Revision: 432205 URL: https://svnweb.freebsd.org/changeset/ports/432205 Log: 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 Modified: head/benchmarks/sipp/Makefile Modified: head/benchmarks/sipp/Makefile ============================================================================== --- head/benchmarks/sipp/Makefile Mon Jan 23 08:16:21 2017 (r432204) +++ head/benchmarks/sipp/Makefile Mon Jan 23 08:24:32 2017 (r432205) @@ -12,6 +12,8 @@ COMMENT= SIP benchmarking and testing to LICENSE= GPLv2 +BUILD_DEPENDS= help2man:misc/help2man + PLIST_FILES= bin/sipp man/man1/sipp.1.gz USES= autoreconf gmake ncurses
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701230824.v0N8OWSu006757>