pkgsrc-WIP-changes archive

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

openhexagon: depend on lua directly



Module Name:	pkgsrc-wip
Committed By:	Iain Hibbert <plunky%netbsd.org@localhost>
Pushed By:	plunky
Date:		Wed May 6 07:13:16 2020 +0100
Changeset:	33fd35a1390ede78e8e73eb22d21e5c852200ee4

Modified Files:
	openhexagon/Makefile

Log Message:
openhexagon: depend on lua directly

as SSVLuaWrapper is built as a static library there is no
runtime dependency but openhexagon uses Lua at runtime

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

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

diffstat:
 openhexagon/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/openhexagon/Makefile b/openhexagon/Makefile
index 320f11b390..6c7653084a 100644
--- a/openhexagon/Makefile
+++ b/openhexagon/Makefile
@@ -57,5 +57,5 @@ post-install:
 .include "../../wip/SSVLuaWrapper/buildlink3.mk"
 .include "../../wip/SSVMenuSystem/buildlink3.mk"
 .include "../../wip/SSVUtilsJson/buildlink3.mk"
-.include "../../lang/lua/luaversion.mk"
+.include "../../lang/lua/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index