From aad76ea0b4f7dd9f1d05525037dcd58d05ff5b67 Mon Sep 17 00:00:00 2001 From: Neel Chauhan Date: Sat, 4 Dec 2021 17:08:17 -0800 Subject: [PATCH] net/astron: Depend on boost --- net/astron/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/astron/Makefile b/net/astron/Makefile index 19711922318f..d36d045557d9 100644 --- a/net/astron/Makefile +++ b/net/astron/Makefile @@ -9,6 +9,7 @@ COMMENT= Server Technology for Realtime Object Networking LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md +BUILD_DEPENDS= boost-libs>0:devel/boost-libs LIB_DEPENDS= libuv.so:devel/libuv \ libyaml-cpp.so:devel/yaml-cpp