svn commit: r355383 - head/sysutils/conky

Baptiste Daroussin bapt at FreeBSD.org
Mon May 26 15:34:04 UTC 2014


Author: bapt
Date: Mon May 26 15:34:03 2014
New Revision: 355383
URL: http://svnweb.freebsd.org/changeset/ports/355383
QAT: https://qat.redports.org/buildarchive/r355383/

Log:
  Convert to USES=lua

Modified:
  head/sysutils/conky/Makefile

Modified: head/sysutils/conky/Makefile
==============================================================================
--- head/sysutils/conky/Makefile	Mon May 26 15:33:59 2014	(r355382)
+++ head/sysutils/conky/Makefile	Mon May 26 15:34:03 2014	(r355383)
@@ -109,7 +109,7 @@ CONFIGURE_ARGS+=	--disable-imlib2
 .endif
 
 .if ${PORT_OPTIONS:MLUA} || ${PORT_OPTIONS:MLUA_CAIRO} || ${PORT_OPTIONS:MLUA_IMLIB2}
-USE_LUA=		5.1+
+USES+=			lua:51
 CONFIGURE_ARGS+=	--enable-lua
 .else
 CONFIGURE_ARGS+=	--disable-lua


More information about the svn-ports-all mailing list