diff options
Diffstat (limited to 'devel/lua-pty/Makefile')
-rw-r--r-- | devel/lua-pty/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/lua-pty/Makefile b/devel/lua-pty/Makefile index 1081b530b534..0ee1db962e74 100644 --- a/devel/lua-pty/Makefile +++ b/devel/lua-pty/Makefile @@ -16,6 +16,8 @@ DISTFILES= pty.lua?rev=1.2 pty.c?rev=1.25 MAINTAINER= andrew+ports@fubar.geek.nz COMMENT= Pty (pseudo-terminal) bindings for Lua 5.0.x +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/lua50-compat51:extract + USE_LUA= 5.0 LUA_COMPS= lua compat51 |