pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
neovim: Include desktopdb.mk
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Wed Nov 14 10:45:31 2018 +0100
Changeset: 1c71f0a760ca52fdc510576a6375e4510af2a896
Modified Files:
neovim/Makefile
Log Message:
neovim: Include desktopdb.mk
neovim installs a .desktop and the .desktop has a MimeType entry
so we need to include desktopdb.mk.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1c71f0a760ca52fdc510576a6375e4510af2a896
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
neovim/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/neovim/Makefile b/neovim/Makefile
index f91b0e462c..b1f9095dc2 100644
--- a/neovim/Makefile
+++ b/neovim/Makefile
@@ -30,9 +30,10 @@ post-extract:
.include "../../devel/jemalloc/buildlink3.mk"
.include "../../devel/libuv/buildlink3.mk"
.include "../../devel/msgpack/buildlink3.mk"
-.include "../../lang/lua/application.mk"
.include "../../lang/LuaJIT2/buildlink3.mk"
+.include "../../lang/lua/application.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../wip/libtermkey/buildlink3.mk"
.include "../../wip/libunibilium/buildlink3.mk"
.include "../../wip/libvterm/buildlink3.mk"
-.include "../../wip/libtermkey/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index