svn commit: r355474 - head/games/stratagus

Baptiste Daroussin bapt at FreeBSD.org
Tue May 27 08:40:47 UTC 2014


Author: bapt
Date: Tue May 27 08:40:46 2014
New Revision: 355474
URL: http://svnweb.freebsd.org/changeset/ports/355474
QAT: https://qat.redports.org/buildarchive/r355474/

Log:
  Fix build
  
  Reported by:	antoine

Modified:
  head/games/stratagus/Makefile

Modified: head/games/stratagus/Makefile
==============================================================================
--- head/games/stratagus/Makefile	Tue May 27 08:39:50 2014	(r355473)
+++ head/games/stratagus/Makefile	Tue May 27 08:40:46 2014	(r355474)
@@ -21,10 +21,9 @@ OPTIONS_DEFAULT=	VORBIS
 USE_GL=		glu
 USE_SDL=	sdl
 USE_SQLITE=	3
-USES=		lua:51
-USES=		cmake:outsource pkgconfig
+USES=		cmake:outsource lua:51 pkgconfig
 CMAKE_ARGS=	-DGAMEDIR:STRING="bin" \
-		-DTOLUA++_APP:STRING="${TOLUAXX_CMD}" \
+		-DTOLUA++_APP:STRING="tolua++-${LUA_VER}" \
 		-DTOLUA++_INCLUDE_DIR:STRING="${LUA_INCDIR}" \
 		-DTOLUA++_LIBRARY:STRING="${LUA_LIBDIR}/libtolua++.so"
 


More information about the svn-ports-all mailing list