aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2022-10-16 21:10:02 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2022-10-16 21:10:02 +0000
commit9e03d9958ec94c454641adc956fd3b40188fc925 (patch)
tree542d79fa8f02f7ebee1500462ec6a006a095b441 /misc
parentaf630f43455cfc8937c2553e260a4f1a8518bff2 (diff)
downloadports-9e03d9958ec94c454641adc956fd3b40188fc925.tar.gz
ports-9e03d9958ec94c454641adc956fd3b40188fc925.zip
Diffstat (limited to 'misc')
-rw-r--r--misc/veles/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/veles/Makefile b/misc/veles/Makefile
index 6987683274ad..69c9deafb8c1 100644
--- a/misc/veles/Makefile
+++ b/misc/veles/Makefile
@@ -1,6 +1,6 @@
PORTNAME= veles
DISTVERSION= 2018.05.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= misc
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
@@ -19,7 +19,8 @@ PYTHON_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>0:devel/py-msgpack@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
-BUILD_DEPENDS= msgpack>0:devel/msgpack \
+BUILD_DEPENDS= msgpack>0:devel/msgpack-c \
+ msgpack-cxx>0:devel/msgpack-cxx \
${PYTHON_DEPENDS}
RUN_DEPENDS= ${PYTHON_DEPENDS}