diff options
Diffstat (limited to 'devel/lua-pty/Makefile')
-rw-r--r-- | devel/lua-pty/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/lua-pty/Makefile b/devel/lua-pty/Makefile index c5fb2d58e6ee..ab3615a4057c 100644 --- a/devel/lua-pty/Makefile +++ b/devel/lua-pty/Makefile @@ -3,6 +3,7 @@ PORTNAME= pty PORTVERSION= 1.25 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://raw.githubusercontent.com/nuclewall/bsdinstaller/${COMMIT}/src/lib/lua/pty/ \ https://BSDforge.com/projects/source/devel/lua-pty/ @@ -13,7 +14,7 @@ DIST_SUBDIR= lua-${PORTNAME}-${COMMIT} MAINTAINER= portmaster@BSDforge.com COMMENT= Pty (pseudo-terminal) bindings for Lua 5 -USES= lua:51 +USES= lua:51,module COMMIT= 8323bb9 MAKEFILE= ${FILESDIR}/Makefile |