aboutsummaryrefslogtreecommitdiffstats
path: root/net/luasocket
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-06-26 00:53:31 +0800
committerantoine <antoine@FreeBSD.org>2015-06-26 00:53:31 +0800
commit5f777388e47c940897236972d4e525d93e6b9ab0 (patch)
treeaf3af2eebc4939e20af3596b8fef36dc9b8c5ab8 /net/luasocket
parent22f048634b1a19652901e2f0d97595a16c7031f7 (diff)
downloadfreebsd-ports-gnome-5f777388e47c940897236972d4e525d93e6b9ab0.tar.gz
freebsd-ports-gnome-5f777388e47c940897236972d4e525d93e6b9ab0.tar.zst
freebsd-ports-gnome-5f777388e47c940897236972d4e525d93e6b9ab0.zip
Switch back to lua 5.1, the two consumers of those ports (audio/lua51-mpd
and net-im/prosody) need it Pointy hat: sunpoet
Diffstat (limited to 'net/luasocket')
-rw-r--r--net/luasocket/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/luasocket/Makefile b/net/luasocket/Makefile
index 2a3a451d92e6..7837bcef5bb3 100644
--- a/net/luasocket/Makefile
+++ b/net/luasocket/Makefile
@@ -16,7 +16,7 @@ GH_ACCOUNT= diegonehab
GH_TAGNAME= v3.0-rc1
MAKE_ARGS= LUA_VER=${LUA_VER}
-USES= lua gmake pkgconfig
+USES= lua:51 gmake pkgconfig
CFLAGS+= `pkgconf --cflags lua-${LUA_VER}`
LDFLAGS+= -shared `pkgconf --libs lua-${LUA_VER}`