aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-03-19 09:56:56 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-03-19 09:56:56 +0800
commita8fc87581a988c8b29a62b4e10b21058514217a9 (patch)
treea41804b86c1d0bb95c4aff35e04a7f3537c9dc77
parent8471ee8f8f62aae1e01b1ae591ff34a7fdebd8e4 (diff)
downloadfreebsd-ports-gnome-a8fc87581a988c8b29a62b4e10b21058514217a9.tar.gz
freebsd-ports-gnome-a8fc87581a988c8b29a62b4e10b21058514217a9.tar.zst
freebsd-ports-gnome-a8fc87581a988c8b29a62b4e10b21058514217a9.zip
Add TEST_TARGET
-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 550590d5dd54..15ee24b6c7b8 100644
--- a/devel/lua-bitop/Makefile
+++ b/devel/lua-bitop/Makefile
@@ -15,7 +15,8 @@ COMMENT= Bitwise operations on numbers
LICENSE= MIT
CFLAGS+= -DLUA_NUMBER_LONG_LONG -I${LUA_INCDIR}
-MAKE_ARGS= CC=${CC}
+MAKE_ARGS= CC=${CC} LUA=${LUA_CMD}
+TEST_TARGET= test
USES= gmake lua
PLIST_FILES= %%LUA_MODLIBDIR%%/bit.so