diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-27 20:23:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-27 20:23:36 +0800 |
commit | 3a70e5ea380141b5bc20d0ef438bd4b332707682 (patch) | |
tree | d5668d015576869665bb9a246fc7305a6cddc035 /lang | |
parent | 7dd91596668441ed6745332dc9c9faf8c22839ce (diff) | |
download | freebsd-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++/Makefile | 7 |
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 |