aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-05-26 23:30:56 +0800
committerbapt <bapt@FreeBSD.org>2014-05-26 23:30:56 +0800
commit0f8059f7de52b66e76d84172f15618e77023bffe (patch)
treea6146451714d833c93796dc754a7f017110bbcc5 /editors
parente6b8ed87b5e99e0ddfa7f575594f03f1992cf201 (diff)
downloadfreebsd-ports-gnome-0f8059f7de52b66e76d84172f15618e77023bffe.tar.gz
freebsd-ports-gnome-0f8059f7de52b66e76d84172f15618e77023bffe.tar.zst
freebsd-ports-gnome-0f8059f7de52b66e76d84172f15618e77023bffe.zip
Finish conversion to USES=lua
Diffstat (limited to 'editors')
-rw-r--r--editors/texworks/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile
index 89ef4ba3e547..3d13b1c64a71 100644
--- a/editors/texworks/Makefile
+++ b/editors/texworks/Makefile
@@ -51,7 +51,7 @@ PORTDOCS= *
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MLUA}
-USE_LUA= 5.1
+USES+= lua:51
PLIST_FILES+= lib/texworks/libTWLuaPlugin.so
.endif