Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Apr 2014 23:25:23 +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: r351734 - head/graphics/gegl
Message-ID:  <201404212325.s3LNPN4a090339@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Apr 21 23:25:22 2014
New Revision: 351734
URL: http://svnweb.freebsd.org/changeset/ports/351734
QAT: https://qat.redports.org/buildarchive/r351734/

Log:
  Switch to lua 5.2

Modified:
  head/graphics/gegl/Makefile

Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile	Mon Apr 21 23:07:36 2014	(r351733)
+++ head/graphics/gegl/Makefile	Mon Apr 21 23:25:22 2014	(r351734)
@@ -110,7 +110,7 @@ PLIST_SUB+=	JPEG="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MLUA}
-USE_LUA=	5.1
+USES+=		lua
 .else
 CONFIGURE_ARGS+=--without-lua
 .endif
@@ -202,6 +202,7 @@ CONFIGURE_ARGS+=--disable-docs
 .endif
 
 post-patch:
+	${REINPLACE_CMD} "s/lua >/lua-${LUA_VER} >/g" ${WRKSRC}/configure
 .if ! ${PORT_OPTIONS:MDOCS}
 	${REINPLACE_CMD} -e 's|tools examples|tools|g' \
 		${WRKSRC}/Makefile.in



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