databases/tarantool: Use LIB_DEPENDS instead of RUN_DEPENDS for msgpuck dep.

Reported by:	sunpoet
Fixes:	53aec4c8ca
This commit is contained in:
Gleb Popov 2022-06-10 16:08:23 +03:00
parent 53aec4c8ca
commit 2cff3b28e5

View file

@ -2,7 +2,7 @@
PORTNAME= tarantool
PORTVERSION= 2.10.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= https://download.tarantool.org/tarantool/src/
@ -18,12 +18,12 @@ NOT_FOR_ARCHS= armv6 powerpc64 sparc64
NOT_FOR_ARCHS_REASON= fails to build: Unsupported architecture
BUILD_DEPENDS= gsed:textproc/gsed \
${RUN_DEPENDS}
msgpuck>=2.0_4:devel/msgpuck
LIB_DEPENDS= libcurl.so:ftp/curl \
libicui18n.so:devel/icu \
libmsgpuck.so:devel/msgpuck \
libyaml.so:textproc/libyaml \
libzstd.so:archivers/zstd
RUN_DEPENDS= msgpuck>=2.0_4:devel/msgpuck
USES= cmake:noninja compiler:c++11-lang cpe gettext-runtime gmake iconv perl5 readline ssl
USE_PERL5= build