svn commit: r355415 - head/emulators/fceux

Baptiste Daroussin bapt at FreeBSD.org
Mon May 26 16:35:59 UTC 2014


Author: bapt
Date: Mon May 26 16:35:58 2014
New Revision: 355415
URL: http://svnweb.freebsd.org/changeset/ports/355415
QAT: https://qat.redports.org/buildarchive/r355415/

Log:
  Fix lua option

Modified:
  head/emulators/fceux/Makefile

Modified: head/emulators/fceux/Makefile
==============================================================================
--- head/emulators/fceux/Makefile	Mon May 26 16:30:54 2014	(r355414)
+++ head/emulators/fceux/Makefile	Mon May 26 16:35:58 2014	(r355415)
@@ -45,7 +45,7 @@ LOGO_DESC=		Enable a logoscreen when cre
 LOGO_LIB_DEPENDS=	libgd.so:${PORTSDIR}/graphics/gd
 LOGO_MAKE_ARGS=		LOGO=1
 LOGO_MAKE_ARG_OFF=	LOGO=0
-LUA_USE=		LUA=yes
+LUA_USES=		lua:51
 LUA_MAKE_ARGS=		LUA=1 SYSTEM_LUA=1
 LUA_MAKE_ARGS_OFF=	LUA=0
 OPENGL_USE=		GL=gl


More information about the svn-ports-all mailing list