From owner-svn-ports-all@FreeBSD.ORG Tue May 27 08:40:46 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ECBE4760; Tue, 27 May 2014 08:40:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAB722E08; Tue, 27 May 2014 08:40:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4R8ekt7079072; Tue, 27 May 2014 08:40:46 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4R8ekDN079071; Tue, 27 May 2014 08:40:46 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201405270840.s4R8ekDN079071@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 27 May 2014 08:40:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355474 - head/games/stratagus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2014 08:40:47 -0000 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"