mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
databases/tarantool: Use LIB_DEPENDS instead of RUN_DEPENDS for msgpuck dep.
Reported by: sunpoet
Fixes: 53aec4c8ca
This commit is contained in:
parent
53aec4c8ca
commit
2cff3b28e5
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= tarantool
|
PORTNAME= tarantool
|
||||||
PORTVERSION= 2.10.0
|
PORTVERSION= 2.10.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= https://download.tarantool.org/tarantool/src/
|
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
|
NOT_FOR_ARCHS_REASON= fails to build: Unsupported architecture
|
||||||
|
|
||||||
BUILD_DEPENDS= gsed:textproc/gsed \
|
BUILD_DEPENDS= gsed:textproc/gsed \
|
||||||
${RUN_DEPENDS}
|
msgpuck>=2.0_4:devel/msgpuck
|
||||||
LIB_DEPENDS= libcurl.so:ftp/curl \
|
LIB_DEPENDS= libcurl.so:ftp/curl \
|
||||||
libicui18n.so:devel/icu \
|
libicui18n.so:devel/icu \
|
||||||
|
libmsgpuck.so:devel/msgpuck \
|
||||||
libyaml.so:textproc/libyaml \
|
libyaml.so:textproc/libyaml \
|
||||||
libzstd.so:archivers/zstd
|
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
|
USES= cmake:noninja compiler:c++11-lang cpe gettext-runtime gmake iconv perl5 readline ssl
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
|
|
Loading…
Add table
Reference in a new issue