Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2022 05:14:53 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a410d97ab04b - main - devel/lua-bitop: Cosmetic change
Message-ID:  <202205220514.24M5ErtQ061295@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205220514.24M5ErtQ061295>