summaryrefslogtreecommitdiff
path: root/Mk/bsd.lua.mk
diff options
context:
space:
mode:
authorPhilip Paeps <philip@FreeBSD.org>2006-11-30 21:51:05 +0000
committerPhilip Paeps <philip@FreeBSD.org>2006-11-30 21:51:05 +0000
commit972fe1b9a655665be0fe6c6d0db4eb260e525cac (patch)
treef3c7d16599dc86f70c7f2c7a1a8de1324aa98fc2 /Mk/bsd.lua.mk
parentMake X11BASE-clean (diff)
Add Lua 5.1 ports to bsd.lua.mk so they can be used in LUA_COMPS. Revert
miwi's stopgap to devel/Makefile. This should make everything happy again. Submitted by: droso, Andrew Turner <andrew+ports@fubar.geek.nz> Pointy hat to: philip
Notes
Notes: svn path=/head/; revision=178388
Diffstat (limited to 'Mk/bsd.lua.mk')
-rw-r--r--Mk/bsd.lua.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mk/bsd.lua.mk b/Mk/bsd.lua.mk
index 589f9b25269d..0208ba43b401 100644
--- a/Mk/bsd.lua.mk
+++ b/Mk/bsd.lua.mk
@@ -162,6 +162,10 @@ _LUA_PORT_socket_5.0= net/luasocket
_LUA_PORT_lua_5.1= lang/lua
_LUA_DEPTYPE_lua_5.1= build
+_LUA_PORT_filename_5.1= devel/lua-filename
+_LUA_PORT_gettext_5.1= devel/lua-gettext
+_LUA_PORT_posix_5.1= devel/lua-posix
+
.for comp in ${_LUA_COMPS_ALL}
_LUA_COMP= ${comp}
. for ver in ${_LUA_VERS_ALL}