aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlx <lx@FreeBSD.org>2017-02-14 04:45:04 +0800
committerlx <lx@FreeBSD.org>2017-02-14 04:45:04 +0800
commit3ad07c0f6291d869f0d032c8715a046e5ee44eb6 (patch)
treed34bfe54d9d2f20536679af7e05250729a9abb3e /net
parentbc085bc777b2da66b483420107e276fd01c6ac58 (diff)
downloadfreebsd-ports-gnome-3ad07c0f6291d869f0d032c8715a046e5ee44eb6.tar.gz
freebsd-ports-gnome-3ad07c0f6291d869f0d032c8715a046e5ee44eb6.tar.zst
freebsd-ports-gnome-3ad07c0f6291d869f0d032c8715a046e5ee44eb6.zip
Remove fixed dependency on Lua 5.1.
PR: 200336 Submitted by: Olivier Duchateau
Diffstat (limited to 'net')
-rw-r--r--net/luasocket/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/luasocket/Makefile b/net/luasocket/Makefile
index 8ebe5d4d8600..2f77d2ce6bcf 100644
--- a/net/luasocket/Makefile
+++ b/net/luasocket/Makefile
@@ -4,7 +4,7 @@
PORTNAME= luasocket
DISTVERSIONPREFIX= v
DISTVERSION= 3.0-rc1
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= net
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
@@ -18,8 +18,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= diegonehab
-MAKE_ARGS= LUA_VER=${LUA_VER}
-USES= gmake lua:51 pkgconfig
+MAKE_ARGS= LUAV=${LUA_VER}
+USES= gmake lua pkgconfig
INSTALL_TARGET= install-unix
CFLAGS+= `pkgconf --cflags lua-${LUA_VER}`