pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

neovim-git: lua-mpack is still required in order to build



Module Name:	pkgsrc-wip
Committed By:	Jonathan Buschmann <jonthn+pkgsrc%pinacea.com@localhost>
Pushed By:	jonthn
Date:		Wed Nov 16 22:52:00 2016 +0100
Changeset:	fa67a5e52374502ea2063960d6bbd18e338ed8b1

Modified Files:
	neovim-git/Makefile

Log Message:
neovim-git: lua-mpack is still required in order to build

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fa67a5e52374502ea2063960d6bbd18e338ed8b1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 neovim-git/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/neovim-git/Makefile b/neovim-git/Makefile
index 056d59b..6025978 100644
--- a/neovim-git/Makefile
+++ b/neovim-git/Makefile
@@ -25,6 +25,7 @@ CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=RelWithDebInfo
 
 DEPENDS+=       ${LUA_PKGPREFIX}-MessagePack-[0-9]*:../../wip/lua-MessagePack
 DEPENDS+=       ${LUA_PKGPREFIX}-lpeg-[0-9]*:../../devel/lua-lpeg
+DEPENDS+=       ${LUA_PKGPREFIX}-mpack-[0-9]*:../../wip/lua-mpack
 
 post-extract:
 	${RUN} mkdir -p ${WRKDIR}/build


Home | Main Index | Thread Index | Old Index