aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.lua.mk
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-12-31 17:51:22 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-12-31 17:51:22 +0000
commit51cf1357b22b25be1ee6adc4cd7ffd168b9d665b (patch)
treec15240bbfa7aafea040e74265ae77e70ee600a2d /Mk/bsd.lua.mk
parente23187a1a57da6da41e6b0b9dd329c5b06aa9cd7 (diff)
downloadports-51cf1357b22b25be1ee6adc4cd7ffd168b9d665b.tar.gz
ports-51cf1357b22b25be1ee6adc4cd7ffd168b9d665b.zip
- Fix component autodetection.
Notes
Notes: svn path=/head/; revision=181167
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
#