diff options
author | Philip Paeps <philip@FreeBSD.org> | 2006-12-05 22:51:12 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2006-12-05 22:51:12 +0000 |
commit | 463177d875fdc8a962404d4bb9f13030d5ea8b26 (patch) | |
tree | 434fb08852bdff09c2c5942a2841697de81f10ab /Mk/bsd.lua.mk | |
parent | 7a52d004a07218675363f2ec795880f9c31ef59a (diff) | |
download | ports-463177d875fdc8a962404d4bb9f13030d5ea8b26.tar.gz ports-463177d875fdc8a962404d4bb9f13030d5ea8b26.zip |
Add devel/lua-pty to work with Lua 5.0 and Lua 5.1 and turn devel/lua50-pty
into a slave port of it.
PR: ports/106347
Submitted by: Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer)
Repocopy by: marcus
Notes
Notes:
svn path=/head/; revision=178983
Diffstat (limited to 'Mk/bsd.lua.mk')
-rw-r--r-- | Mk/bsd.lua.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.lua.mk b/Mk/bsd.lua.mk index 0208ba43b401..2f20e8fc7bfa 100644 --- a/Mk/bsd.lua.mk +++ b/Mk/bsd.lua.mk @@ -165,6 +165,7 @@ _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 +_LUA_PORT_pty_5.1= devel/lua-pty .for comp in ${_LUA_COMPS_ALL} _LUA_COMP= ${comp} |