pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/love11
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Jan 4 11:01:43 UTC 2022
Modified Files:
pkgsrc/games/love11: options.mk
Log Message:
love11: Enable the other versions of Lua
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/love11/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/love11/options.mk
diff -u pkgsrc/games/love11/options.mk:1.2 pkgsrc/games/love11/options.mk:1.3
--- pkgsrc/games/love11/options.mk:1.2 Fri Nov 6 12:15:54 2020
+++ pkgsrc/games/love11/options.mk Tue Jan 4 11:01:42 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2020/11/06 12:15:54 nia Exp $
+# $NetBSD: options.mk,v 1.3 2022/01/04 11:01:42 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.love
PKG_SUPPORTED_OPTIONS= luajit
@@ -14,6 +14,6 @@ PKG_SUGGESTED_OPTIONS= luajit
. include "../../lang/LuaJIT2/buildlink3.mk"
.else
CONFIGURE_ARGS+= --with-lua=lua
-CONFIGURE_ARGS+= --with-luaversion=-5.1
-. include "../../lang/lua51/buildlink3.mk"
+CONFIGURE_ARGS+= --with-luaversion=-${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}
+. include "../../lang/lua/buildlink3.mk"
.endif
Home |
Main Index |
Thread Index |
Old Index