diff options
author | philip <philip@FreeBSD.org> | 2006-12-06 06:51:12 +0800 |
---|---|---|
committer | philip <philip@FreeBSD.org> | 2006-12-06 06:51:12 +0800 |
commit | 1e89c94016632646aa31bceab4b8e085ff6ec4ce (patch) | |
tree | a8aad89ff24af4ffe27a734c49480b783401f811 /Mk/bsd.lua.mk | |
parent | e1edf10d6c6f91963554d9a941a5c317474913bf (diff) | |
download | freebsd-ports-gnome-1e89c94016632646aa31bceab4b8e085ff6ec4ce.tar.gz freebsd-ports-gnome-1e89c94016632646aa31bceab4b8e085ff6ec4ce.tar.zst freebsd-ports-gnome-1e89c94016632646aa31bceab4b8e085ff6ec4ce.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
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} |