aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.lua.mk
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2007-01-01 01:51:22 +0800
committeralepulver <alepulver@FreeBSD.org>2007-01-01 01:51:22 +0800
commitd02100d0a12e1ff0404999f14c35f7522fc58af7 (patch)
tree974144469ce583a85c33c2f893b7fae71a1ecb10 /Mk/bsd.lua.mk
parent8fa41a9470f17f5630a99be37c64d0d24a31a2ae (diff)
downloadfreebsd-ports-gnome-d02100d0a12e1ff0404999f14c35f7522fc58af7.tar.gz
freebsd-ports-gnome-d02100d0a12e1ff0404999f14c35f7522fc58af7.tar.zst
freebsd-ports-gnome-d02100d0a12e1ff0404999f14c35f7522fc58af7.zip
- Fix component autodetection.
Diffstat (limited to 'Mk/bsd.lua.mk')
-rw-r--r--Mk/bsd.lua.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.lua.mk b/Mk/bsd.lua.mk
index 63e17085e0c8..ae851b6dfe91 100644
--- a/Mk/bsd.lua.mk
+++ b/Mk/bsd.lua.mk
@@ -257,7 +257,7 @@ HAVE_LUA:= ${_HAVE_LUA}
# Used for autodetection of installed versions.
.if defined(_WX_Need_Version)
-_LUA_VER_INSTALLED:= ${_HAVE_LUA}
+_LUA_VER_INSTALLED:= ${_HAVE_LUA:Mlua-*:S/lua-//}
.endif
#