git: a410d97ab04b - main - devel/lua-bitop: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 05:14:53 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a410d97ab04ba4179c6b978add3c3847f72c0c53 commit a410d97ab04ba4179c6b978add3c3847f72c0c53 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-22 04:22:35 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-22 04:22:35 +0000 devel/lua-bitop: Cosmetic change --- devel/lua-bitop/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/lua-bitop/Makefile b/devel/lua-bitop/Makefile index f21049828c61..73bb57b63d86 100644 --- a/devel/lua-bitop/Makefile +++ b/devel/lua-bitop/Makefile @@ -14,10 +14,11 @@ COMMENT= Bitwise operations on numbers LICENSE= MIT +USES= gmake lua:module + CFLAGS+= -I${LUA_INCDIR} MAKE_ARGS= CC=${CC} LUA=${LUA_CMD} TEST_TARGET= test -USES= gmake lua:module PLIST_FILES= ${LUA_MODLIBDIR}/bit.so