archivers/urbackup-server: remove bogus lua >= 5.3 support
The configure script looks for lua-5.3, lua-5.2... PR: 220281
This commit is contained in:
parent
353fe84edc
commit
37be1981be
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ LIB_DEPENDS= libcryptopp.so:security/cryptopp \
|
|||
liblmdb.so:databases/lmdb
|
||||
|
||||
USES= autoreconf compiler:c++11-lang dos2unix fakeroot fuse \
|
||||
libtool lua:53+ pkgconfig sqlite:3
|
||||
libtool lua:53 pkgconfig sqlite:3
|
||||
DOS2UNIX_GLOB= *.c *.cpp *.h *.am
|
||||
USE_RC_SUBR= urbackup_server
|
||||
|
||||
|
|
Loading…
Reference in a new issue