diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-05 18:17:25 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-05 18:17:25 +0000 |
commit | 1bbc5c3e2356561b937c02abf1bd1d2b230c793d (patch) | |
tree | 6a086da28d719d6826c69371d696d953fd1b5052 /Mk | |
parent | Mark mingw* ports as DEPRECATED with EXPIRATION_DATE set to 2006-11-04. (diff) |
- The whitespace police is back in town.
PR: ports/104017
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.lua.mk | 11 |
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 # |