aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-05-22 04:22:35 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-05-22 04:22:35 +0000
commita410d97ab04ba4179c6b978add3c3847f72c0c53 (patch)
tree0da929c2feddda24c64c039f54923f2d515179f4
parent2e754040c77057afc08d1cc563610048a431822d (diff)
downloadports-a410d97ab04ba4179c6b978add3c3847f72c0c53.tar.gz
ports-a410d97ab04ba4179c6b978add3c3847f72c0c53.zip
devel/lua-bitop: Cosmetic change
-rw-r--r--devel/lua-bitop/Makefile3
1 files changed, 2 insertions, 1 deletions
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