Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Dec 2021 01:08:18 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aad76ea0b4f7 - main - net/astron: Depend on boost
Message-ID:  <202112050108.1B518Inu021176@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112050108.1B518Inu021176>