aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-05-27 20:23:36 +0800
committerbapt <bapt@FreeBSD.org>2014-05-27 20:23:36 +0800
commit3a70e5ea380141b5bc20d0ef438bd4b332707682 (patch)
treed5668d015576869665bb9a246fc7305a6cddc035 /lang
parent7dd91596668441ed6745332dc9c9faf8c22839ce (diff)
downloadfreebsd-ports-gnome-3a70e5ea380141b5bc20d0ef438bd4b332707682.tar.gz
freebsd-ports-gnome-3a70e5ea380141b5bc20d0ef438bd4b332707682.tar.zst
freebsd-ports-gnome-3a70e5ea380141b5bc20d0ef438bd4b332707682.zip
Switch to USES=scons
Diffstat (limited to 'lang')
-rw-r--r--lang/tolua++/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/tolua++/Makefile b/lang/tolua++/Makefile
index 35f4a05a311a..0b8101e672b1 100644
--- a/lang/tolua++/Makefile
+++ b/lang/tolua++/Makefile
@@ -11,11 +11,10 @@ MASTER_SITES= http://www.codenix.com/~tolua/ \
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= An extended version of tolua, a tool to integrate C/C++ code with Lua
-USES= lua:51 tar:bzip2
-USE_SCONS= yes
-SCONS_ARGS= prefix=${PREFIX} SONAME="libtolua++-${LUA_VER}.so"
+USES= scons lua:51 tar:bzip2
+MAKE_ARGS= prefix=${PREFIX} SONAME="libtolua++-${LUA_VER}.so"
-CFLAGS+= -I${LUA_INCDIR}
+CCFLAGS+= -I${LUA_INCDIR}
LDFLAGS+= -L${LUA_LIBDIR}
TGT_BINDIR= ${PREFIX}/bin