diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-27 12:23:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-27 12:23:36 +0000 |
commit | 248847f341d2becb2c597b2c2b260ed08041db5a (patch) | |
tree | d5668d015576869665bb9a246fc7305a6cddc035 /lang | |
parent | ca7f62bffcf4bcaa9f964306a005c8d25e7d5c25 (diff) |
Switch to USES=scons
Notes
Notes:
svn path=/head/; revision=355498
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 |