svn commit: r355498 - head/lang/tolua++

Baptiste Daroussin bapt at FreeBSD.org
Tue May 27 12:23:37 UTC 2014


Author: bapt
Date: Tue May 27 12:23:36 2014
New Revision: 355498
URL: http://svnweb.freebsd.org/changeset/ports/355498
QAT: https://qat.redports.org/buildarchive/r355498/

Log:
  Switch to USES=scons

Modified:
  head/lang/tolua++/Makefile

Modified: head/lang/tolua++/Makefile
==============================================================================
--- head/lang/tolua++/Makefile	Tue May 27 12:19:24 2014	(r355497)
+++ head/lang/tolua++/Makefile	Tue May 27 12:23:36 2014	(r355498)
@@ -11,11 +11,10 @@ MASTER_SITES=	http://www.codenix.com/~to
 MAINTAINER=	amdmi3 at 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


More information about the svn-ports-all mailing list