summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2022-06-10 16:08:23 +0300
committerGleb Popov <arrowd@FreeBSD.org>2022-06-10 16:08:23 +0300
commit2cff3b28e54e1693d94fe7823d344c3f0e4ac3fd (patch)
treea34d96ec1d0a45db5e62a9e0bbcec6631dbac13c
parentdatabases/tarantool: Depend on a specific version of devel/msgpuck. (diff)
databases/tarantool: Use LIB_DEPENDS instead of RUN_DEPENDS for msgpuck dep.
Reported by: sunpoet Fixes: 53aec4c8cab1306efeabf80d6841953515d3be57
-rw-r--r--databases/tarantool/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile
index d2263ad82338..84a119e5393d 100644
--- a/databases/tarantool/Makefile
+++ b/databases/tarantool/Makefile
@@ -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