diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-09-24 06:26:45 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-09-24 06:26:45 +0000 |
commit | b4a25b3f82280ef76f0295f1e2daa828bf8fd7cd (patch) | |
tree | 538cb578dc1e9d1b65c06dd2ff86bd576cefc7e6 | |
parent | c61262ea1cf7688c41929400d0cd9c7c20e69b93 (diff) | |
download | ports-b4a25b3f82280ef76f0295f1e2daa828bf8fd7cd.tar.gz ports-b4a25b3f82280ef76f0295f1e2daa828bf8fd7cd.zip |
net/freeswitch: restrict to lua <= 5.3
The configure script checks for lua-5.3, lua-5.2...
PR: 220281
-rw-r--r-- | net/freeswitch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |