git: aad76ea0b4f7 - main - net/astron: Depend on boost
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Dec 2021 01:08:18 UTC
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=aad76ea0b4f7dd9f1d05525037dcd58d05ff5b67 commit aad76ea0b4f7dd9f1d05525037dcd58d05ff5b67 Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2021-12-05 01:08:17 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2021-12-05 01:08:17 +0000 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