diff options
author | alepulver <alepulver@FreeBSD.org> | 2011-01-07 02:45:31 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2011-01-07 02:45:31 +0800 |
commit | 94a4fc39c810160d35423f8e2ee53dd45a9eef6c (patch) | |
tree | 9bbd27556f3013913fa6884d227dedc37d15fd85 /Mk | |
parent | 25b8ef043fbd45c39b81443b6378f5d4320c7c33 (diff) | |
download | freebsd-ports-gnome-94a4fc39c810160d35423f8e2ee53dd45a9eef6c.tar.gz freebsd-ports-gnome-94a4fc39c810160d35423f8e2ee53dd45a9eef6c.tar.zst freebsd-ports-gnome-94a4fc39c810160d35423f8e2ee53dd45a9eef6c.zip |
- Respect WITH_LUA_VER.
PR: 153046
Submitted by: Jase Thew <freebsd@beardz.net>
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.lua.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.lua.mk b/Mk/bsd.lua.mk index 8384f28fdbca..877583abf080 100644 --- a/Mk/bsd.lua.mk +++ b/Mk/bsd.lua.mk @@ -157,7 +157,7 @@ _LUA_VERS_ALL= 4.0 5.0 5.1 _LUA_PLIST_ALL= LUA_VER LUA_VER_SH LUA_VER_STR LUA_PREFIX LUA_SUBDIR _LUA_PLIST_DIR_ALL= LUA_BINDIR LUA_INCDIR LUA_LIBDIR \ LUA_MODLIBDIR LUA_MODSHAREDIR -_LUA_VERS_LISTS= WANT_LUA_VER WITH_LUA_VER _LUA_VER_INSTALLED +_LUA_VERS_LISTS= _LUA_VER_INSTALLED WANT_LUA_VER WITH_LUA_VER # # Variables used to determine what is needed. |