Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2015 20:42:54 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404469 - head/graphics/darktable
Message-ID:  <201512252042.tBPKgsEI033698@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Dec 25 20:42:54 2015
New Revision: 404469
URL: https://svnweb.freebsd.org/changeset/ports/404469

Log:
  - Fix lua version
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/darktable/Makefile

Modified: head/graphics/darktable/Makefile
==============================================================================
--- head/graphics/darktable/Makefile	Fri Dec 25 20:11:06 2015	(r404468)
+++ head/graphics/darktable/Makefile	Fri Dec 25 20:42:54 2015	(r404469)
@@ -73,7 +73,7 @@ GRAPHMAGICK_CMAKE_OFF=	-DUSE_GRAPHICSMAG
 LIBSECRET_LIB_DEPENDS=	libsecret-1.so:${PORTSDIR}/security/libsecret
 LIBSECRET_CMAKE_OFF=	-DUSE_LIBSECRET:BOOL=OFF
 
-LUA_USES=		lua:5.2
+LUA_USES=		lua:52
 LUA_CMAKE_OFF=		-DUSE_LUA:BOOL=OFF
 
 NLS_USES=		gettext



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