git: 4b621019899f - main - devel/opendht: Add asio dependency recently removed from www/restinio
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Nov 2022 08:04:36 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4b621019899fd81dfaa185eceedaf503eab98547
commit 4b621019899fd81dfaa185eceedaf503eab98547
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-11-07 08:03:21 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-11-07 08:04:28 +0000
devel/opendht: Add asio dependency recently removed from www/restinio
---
devel/opendht/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/opendht/Makefile b/devel/opendht/Makefile
index 4d8961e42c9a..58969a2c7602 100644
--- a/devel/opendht/Makefile
+++ b/devel/opendht/Makefile
@@ -10,7 +10,8 @@ WWW= https://github.com/savoirfairelinux/opendht/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= boost-libs>0:devel/boost-libs \
+BUILD_DEPENDS= ${LOCALBASE}/include/asio.hpp:net/asio \
+ boost-libs>0:devel/boost-libs \
msgpack-cxx>0:devel/msgpack-cxx \
restinio>0:www/restinio
LIB_DEPENDS= libargon2.so:security/libargon2 \