summaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2007-01-05 02:56:47 +0000
committeralepulver <alepulver@FreeBSD.org>2007-01-05 02:56:47 +0000
commit3d11201bd84c0c7dadf2f5c6a29e56eba855e3af (patch)
tree3136242a71e5fea798a65545e0d6a5aabcec1bfb /Mk
parentf2249adfcfcb92f3bbc79d9850dc637ef9624093 (diff)
downloadFreeBSD-ports-3d11201bd84c0c7dadf2f5c6a29e56eba855e3af.zip
FreeBSD-ports-3d11201bd84c0c7dadf2f5c6a29e56eba855e3af.tar.gz
- Fix WANT_LUA (broken since autodetection commit).
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.lua.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.lua.mk b/Mk/bsd.lua.mk
index 9df47e1..2f8daf3 100644
--- a/Mk/bsd.lua.mk
+++ b/Mk/bsd.lua.mk
@@ -219,6 +219,7 @@ _WANT_LUA= yes
.endif
.if defined(_WANT_LUA)
+. undef _HAVE_LUA
. for __WANT_LUA in ${_WANT_LUA}
# Check if _WANT_LUA contains more than one word.
. if defined(_HAVE_LUA)
OpenPOWER on IntegriCloud