From 857b6327238f884fc1e7caf5732e3f43668f34a6 Mon Sep 17 00:00:00 2001 From: Lauri Tirkkonen Date: Sun, 6 Jan 2019 20:36:33 +0200 Subject: [PATCH] vim: re-add dep on vim-core --- components/editor/vim/vim.p5m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/editor/vim/vim.p5m b/components/editor/vim/vim.p5m index 4fdcb4c55..502b11e5b 100644 --- a/components/editor/vim/vim.p5m +++ b/components/editor/vim/vim.p5m @@ -43,6 +43,8 @@ set name=org.opensolaris.consolidation value=$(CONSOLIDATION) license xxd.license license="MIT/X11 (xxd)" license license license="VIM License" +depend type=require fmri=editor/vim/vim-core + # link path=usr/bin/rview target=vim link path=usr/bin/rvim target=vim -- 2.11.4.GIT