svn commit: r432205 - head/benchmarks/sipp

Babak Farrokhi farrokhi at FreeBSD.org
Mon Jan 23 08:24:33 UTC 2017


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 at 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


More information about the svn-ports-all mailing list