diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-10-06 02:17:25 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-10-06 02:17:25 +0800 |
commit | 261f625ed0ea67a6f25e73bfd3225b47bd4a4238 (patch) | |
tree | a369da0e0fc85df5060e91d6bb2611d8a58b2601 | |
parent | e91354909b90224c781574afbf293a13a6b99a9b (diff) | |
download | freebsd-ports-gnome-261f625ed0ea67a6f25e73bfd3225b47bd4a4238.tar.gz freebsd-ports-gnome-261f625ed0ea67a6f25e73bfd3225b47bd4a4238.tar.zst freebsd-ports-gnome-261f625ed0ea67a6f25e73bfd3225b47bd4a4238.zip |
- The whitespace police is back in town.
PR: ports/104017
Submitted by: Edwin Groothuis <edwin@mavetju.org>
-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 # |