Skip to content

Commit

Permalink
databases/tarantool: Use LIB_DEPENDS instead of RUN_DEPENDS for msgpu…
Browse files Browse the repository at this point in the history
…ck dep.

Reported by:	sunpoet
Fixes:	53aec4c
  • Loading branch information
arrowd committed Jun 10, 2022
1 parent 53aec4c commit 2cff3b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions databases/tarantool/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= tarantool
PORTVERSION= 2.10.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= https://download.tarantool.org/tarantool/src/

Expand All @@ -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
Expand Down

0 comments on commit 2cff3b2

Please sign in to comment.