aboutsummaryrefslogtreecommitdiff
path: root/lang/tolua++
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-05-25 18:33:44 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-05-25 18:33:44 +0000
commitdfe005ee4419ef4241e9eba862431f9b726841db (patch)
tree85b1fd07b70d3c873159df5a52c11d85b667810b /lang/tolua++
parent3ae4718f6915dde0adfd5295c90912e9e1bead56 (diff)
downloadports-dfe005ee4419ef4241e9eba862431f9b726841db.tar.gz
ports-dfe005ee4419ef4241e9eba862431f9b726841db.zip
Update USES=scons to specify scons of Python 2
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons
Notes
Notes: svn path=/head/; revision=536497
Diffstat (limited to 'lang/tolua++')
-rw-r--r--lang/tolua++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tolua++/Makefile b/lang/tolua++/Makefile
index 4dafd0b9d846..dbd520d8431c 100644
--- a/lang/tolua++/Makefile
+++ b/lang/tolua++/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= http://www.codenix.com/~tolua/ \
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Extended version of tolua, a tool to integrate C/C++ code with Lua
-USES= scons lua:51 tar:bzip2
+USES= scons:python2 lua:51 tar:bzip2
MAKE_ARGS= prefix=${PREFIX} SONAME="libtolua++-${LUA_VER}.so"
CCFLAGS+= -I${LUA_INCDIR}