net/freeswitch: restrict to lua <= 5.3
The configure script checks for lua-5.3, lua-5.2... PR: 220281
This commit is contained in:
parent
c61262ea1c
commit
b4a25b3f82
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue