svn commit: r467154 - head/benchmarks/sysbench

Alexey Dokuchaev danfe at FreeBSD.org
Thu Apr 12 13:46:57 UTC 2018


Author: danfe
Date: Thu Apr 12 13:46:56 2018
New Revision: 467154
URL: https://svnweb.freebsd.org/changeset/ports/467154

Log:
  Remove needless build dependency on xxd(1): unused since version 1.0.12.
  
  Reviewed by:	grep(1)
  Approved by:	common sense

Modified:
  head/benchmarks/sysbench/Makefile

Modified: head/benchmarks/sysbench/Makefile
==============================================================================
--- head/benchmarks/sysbench/Makefile	Thu Apr 12 13:43:53 2018	(r467153)
+++ head/benchmarks/sysbench/Makefile	Thu Apr 12 13:46:56 2018	(r467154)
@@ -11,7 +11,6 @@ COMMENT=	Scriptable database and system performance be
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	xxd:editors/vim-console
 LIB_DEPENDS=	libck.so:devel/concurrencykit \
 		libluajit-5.1.so:lang/luajit
 


More information about the svn-ports-head mailing list