Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Apr 2018 09:46:25 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466297 - head/benchmarks/sysbench
Message-ID:  <201804030946.w339kPuW078627@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804030946.w339kPuW078627>