svn commit: r355413 - head/graphics/osg-devel

Baptiste Daroussin bapt at FreeBSD.org
Mon May 26 16:30:46 UTC 2014


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
 


More information about the svn-ports-all mailing list