git: b4a25b3f8228 - main - net/freeswitch: restrict to lua <= 5.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Sep 2022 06:35:02 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=b4a25b3f82280ef76f0295f1e2daa828bf8fd7cd commit b4a25b3f82280ef76f0295f1e2daa828bf8fd7cd Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-09-24 06:26:45 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-09-24 06:26:45 +0000 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