aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-05-26 23:34:03 +0800
committerbapt <bapt@FreeBSD.org>2014-05-26 23:34:03 +0800
commite3183aa1494ac5ecf3cb97adf58e143e395ae80b (patch)
treeb16ca337e7477cd32a90347cb575d3cec8067f88 /sysutils
parentde1861a725868a4fe44c910376b7940f438b61fa (diff)
downloadfreebsd-ports-gnome-e3183aa1494ac5ecf3cb97adf58e143e395ae80b.tar.gz
freebsd-ports-gnome-e3183aa1494ac5ecf3cb97adf58e143e395ae80b.tar.zst
freebsd-ports-gnome-e3183aa1494ac5ecf3cb97adf58e143e395ae80b.zip
Convert to USES=lua
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/conky/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile
index 6e748ecec607..04f94422d496 100644
--- a/sysutils/conky/Makefile
+++ b/sysutils/conky/Makefile
@@ -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