diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-26 23:33:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-26 23:33:27 +0800 |
commit | 044077b9415006733151970418db0f97e746b8a1 (patch) | |
tree | 24e67393be0b2b03c7bc9aaa41de7ab294726196 /net-p2p | |
parent | 1d575e7096381dfc4da8f24fec5180a23ad9acd7 (diff) | |
download | freebsd-ports-gnome-044077b9415006733151970418db0f97e746b8a1.tar.gz freebsd-ports-gnome-044077b9415006733151970418db0f97e746b8a1.tar.zst freebsd-ports-gnome-044077b9415006733151970418db0f97e746b8a1.zip |
Remove left USES_LUA code
Approved by: portmgr (implicit)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/verlihub-plugins-luascript/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-p2p/verlihub-plugins-luascript/Makefile b/net-p2p/verlihub-plugins-luascript/Makefile index 3f77fc699277..3bdca4ae2877 100644 --- a/net-p2p/verlihub-plugins-luascript/Makefile +++ b/net-p2p/verlihub-plugins-luascript/Makefile @@ -13,7 +13,6 @@ PLUGIN_NAME= lua PLUGIN_DESC= LuaScript USES= lua:51 -USE_LUA= 5.1 WRKSRC= ${WRKDIR}/${DISTNAME} CXXFLAGS+= ${LDFLAGS} |