svn commit: r355399 - head/graphics/graphviz

Baptiste Daroussin bapt at FreeBSD.org
Mon May 26 16:07:34 UTC 2014


Author: bapt
Date: Mon May 26 16:07:33 2014
New Revision: 355399
URL: http://svnweb.freebsd.org/changeset/ports/355399
QAT: https://qat.redports.org/buildarchive/r355399/

Log:
  Convert to USES=lua, use lua 5.2 by default

Modified:
  head/graphics/graphviz/Makefile

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Mon May 26 16:02:07 2014	(r355398)
+++ head/graphics/graphviz/Makefile	Mon May 26 16:07:33 2014	(r355399)
@@ -95,7 +95,7 @@ PERL_USES=	perl5
 PHP_USE=	PHP=yes PHP_BUILD=yes
 PYTHON_USE=	PYTHON_BUILD=yes
 RUBY_USE=	RUBY=yes
-LUA_USE=	LUA=yes
+LUA_USES=	lua
 TCL_USES=	tcl:build
 TK_USES= 	tk:build
 POPPLER_LIB_DEPENDS=	libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib


More information about the svn-ports-all mailing list