aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-10-05 18:17:25 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-10-05 18:17:25 +0000
commit1bbc5c3e2356561b937c02abf1bd1d2b230c793d (patch)
tree6a086da28d719d6826c69371d696d953fd1b5052 /Mk
parentdb2c4d855262f88491719eda8075579e279c28b9 (diff)
downloadports-1bbc5c3e2356561b937c02abf1bd1d2b230c793d.tar.gz
ports-1bbc5c3e2356561b937c02abf1bd1d2b230c793d.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.lua.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/Mk/bsd.lua.mk b/Mk/bsd.lua.mk
index 84697199df01..ce8fe57aebd0 100644
--- a/Mk/bsd.lua.mk
+++ b/Mk/bsd.lua.mk
@@ -76,13 +76,14 @@
# LUA_INCDIR - The directory where Lua and tolua header files are installed.
# LUA_LIBDIR - The directory where Lua and tolua libraries are installed.
# LUA_MODLIBDIR - The directory where Lua modules (.lua) are installed.
-# LUA_MODSHAREDIR - The directory where Lua module libraries (.so) are
-# installed.
-# LUA_PKGNAMEPREFIX - The package name prefix used by Lua modules.
+# LUA_MODSHAREDIR
+# - The directory where Lua module libraries (.so) are installed.
+# LUA_PKGNAMEPREFIX
+# - The package name prefix used by Lua modules.
#
# Examples:
# - A port that needs Lua 4.0 and tolua (also 4.0) libraries (lua for building
-# and running and tolua for building).
+# and running and tolua for building).
# USE_LUA= 4.0
# LUA_COMPS= lua tolua
# - A port that needs Ruby bindings for Lua 5.0 for building and running.
@@ -94,7 +95,7 @@
# - A port that needs Lua version 5.0 or higher for building and running.
# USE_LUA= 5.0+
# - A port that needs Lua of any version other than 5.1 for building and
-# running.
+# running.
# USE_LUA_NOT=5.1
#