svn commit: r351734 - head/graphics/gegl

Baptiste Daroussin bapt at FreeBSD.org
Mon Apr 21 23:25:23 UTC 2014


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


More information about the svn-ports-all mailing list