devel/lua-bitop: Cosmetic change
This commit is contained in:
parent
2e754040c7
commit
a410d97ab0
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue