svn commit: r466297 - head/benchmarks/sysbench

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 3 09:46:27 UTC 2018


Author: sunpoet
Date: Tue Apr  3 09:46:25 2018
New Revision: 466297
URL: https://svnweb.freebsd.org/changeset/ports/466297

Log:
  Simplify BUILD_DEPENDS: use lightweight vim-console instead of vim
  
  PR:		226847
  Submitted by:	lwhsu

Modified:
  head/benchmarks/sysbench/Makefile

Modified: head/benchmarks/sysbench/Makefile
==============================================================================
--- head/benchmarks/sysbench/Makefile	Tue Apr  3 09:46:20 2018	(r466296)
+++ head/benchmarks/sysbench/Makefile	Tue Apr  3 09:46:25 2018	(r466297)
@@ -11,7 +11,7 @@ COMMENT=	Scriptable database and system performance be
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	xxd:editors/vim
+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