From b4a25b3f82280ef76f0295f1e2daa828bf8fd7cd Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sat, 24 Sep 2022 08:26:45 +0200 Subject: [PATCH] net/freeswitch: restrict to lua <= 5.3 The configure script checks for lua-5.3, lua-5.2... PR: 220281 --- net/freeswitch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index 127c314e1228..6c6472e4e513 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -31,7 +31,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ libtiff.so:graphics/tiff \ libuuid.so:misc/e2fsprogs-libuuid -USES= compiler:c11 cpe gmake iconv jpeg libedit autoreconf libtool lua \ +USES= compiler:c11 cpe gmake iconv jpeg libedit autoreconf libtool lua:-53 \ perl5 pkgconfig shebangfix ssl USE_LDCONFIG= yes USE_RC_SUBR= freeswitch