Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2014 16:30:45 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355413 - head/graphics/osg-devel
Message-ID:  <201405261630.s4QGUjGe033262@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon May 26 16:30:45 2014
New Revision: 355413
URL: http://svnweb.freebsd.org/changeset/ports/355413
QAT: https://qat.redports.org/buildarchive/r355413/

Log:
  Fix lua option

Modified:
  head/graphics/osg-devel/Makefile

Modified: head/graphics/osg-devel/Makefile
==============================================================================
--- head/graphics/osg-devel/Makefile	Mon May 26 16:28:48 2014	(r355412)
+++ head/graphics/osg-devel/Makefile	Mon May 26 16:30:45 2014	(r355413)
@@ -73,7 +73,7 @@ XRANDR_CMAKE_OFF=	-DOSGVIEWER_USE_XRANDR
 QT4_USE=		QT4=corelib,gui,opengl,qmake_build,moc_build,uic_build,rcc_build
 QT4_CMAKE_ON=		-DOSG_USE_QT=ON
 QT4_CMAKE_OFF=		-DOSG_USE_QT=OFF
-LUA_USE=		LUA=5.1
+LUA_USES=		lua:51
 V8_LIB_DEPENDS=		libv8.so:${PORTSDIR}/lang/v8
 PYTHON_USE=		PYTHON=2
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405261630.s4QGUjGe033262>