diff options
author | danfe <danfe@FreeBSD.org> | 2018-04-12 21:46:56 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-04-12 21:46:56 +0800 |
commit | 1afdab3c5a4d2c9599aca519bee888d1965d9085 (patch) | |
tree | 03461606810dd6b80f6d33682435de8042971ee3 /benchmarks | |
parent | b7252940091ee806f6738e983dd70e8ec5ba4bc9 (diff) | |
download | freebsd-ports-gnome-1afdab3c5a4d2c9599aca519bee888d1965d9085.tar.gz freebsd-ports-gnome-1afdab3c5a4d2c9599aca519bee888d1965d9085.tar.zst freebsd-ports-gnome-1afdab3c5a4d2c9599aca519bee888d1965d9085.zip |
Remove needless build dependency on xxd(1): unused since version 1.0.12.
Reviewed by: grep(1)
Approved by: common sense
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/sysbench/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmarks/sysbench/Makefile b/benchmarks/sysbench/Makefile index 0d3a4f99f5fb..cc1f11c61250 100644 --- a/benchmarks/sysbench/Makefile +++ b/benchmarks/sysbench/Makefile @@ -11,7 +11,6 @@ COMMENT= Scriptable database and system performance benchmark LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= xxd:editors/vim-console LIB_DEPENDS= libck.so:devel/concurrencykit \ libluajit-5.1.so:lang/luajit |