From d6a8de3aa0456f373bc94c96b2600b659fc99f28 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 9 Jul 2015 14:44:42 +0200 Subject: [PATCH] test: we only have vim-lite available --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 4b95a7159..4896b63fb 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ PLUGIN_NAME= test PLUGIN_VERSION= 1.0 PLUGIN_DESC= A test package -PLUGIN_DEPENDS= git vim tmux +PLUGIN_DEPENDS= git vim-lite tmux PLUGIN_MAINTAINER= franco@opnsense.org .include "../Mk/plugins.mk"