summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-11-01 06:44:12 -0800
committerYuri Victorovich <yuri@FreeBSD.org>2022-11-01 06:44:12 -0800
commit962519065d60ee47906f7cb484a959f3dcb3ca76 (patch)
tree471fa4999eeebcc5d6c851e1e1b023178f08267d /misc
parentdevel/msgpack-cxx: Add missing dependency devel/boost-libs (diff)
misc/veles: Fix build broken by recent changes in devel/msgpack-*
Reported by: fallout
Diffstat (limited to 'misc')
-rw-r--r--misc/veles/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/veles/Makefile b/misc/veles/Makefile
index 69c9deafb8c1..f71b6b1bb505 100644
--- a/misc/veles/Makefile
+++ b/misc/veles/Makefile
@@ -15,16 +15,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE-2.0
BROKEN_riscv64= fails to build: /usr/include/c++/v1/__config:1141:6: No thread API
-PYTHON_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>0:devel/py-msgpack@${PY_FLAVOR} \
+PY_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-c \
+BUILD_DEPENDS= msgpack-c>0:devel/msgpack-c \
msgpack-cxx>0:devel/msgpack-cxx \
- ${PYTHON_DEPENDS}
-RUN_DEPENDS= ${PYTHON_DEPENDS}
+ ${PY_DEPENDS}
+RUN_DEPENDS= ${PY_DEPENDS}
-USES= cmake compiler python:3.6+ qt:5 shebangfix
+USES= cmake compiler localbase python:3.6+ qt:5 shebangfix # localbase is for boost headers included from the headers installed by msgpack-cxx
SHEBANG_GLOB= *.py
SHEBANG_FILES= python/plugin python/proxy resources/install/postinst python/test_dis
USE_GITHUB= yes