Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jul 2022 16:35:59 GMT
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b5cba0f21c67 - main - net/openbgpd7: add missing LIB_DEPENDS
Message-ID:  <202207171635.26HGZxrl034985@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b5cba0f21c67d4123f9ee217fce5d7276ab9e342

commit b5cba0f21c67d4123f9ee217fce5d7276ab9e342
Author:     Kurt Jaeger <pi@FreeBSD.org>
AuthorDate: 2022-07-17 16:35:08 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2022-07-17 16:35:08 +0000

    net/openbgpd7: add missing LIB_DEPENDS
    
    Submitted-by: fluffy
---
 net/openbgpd7/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net/openbgpd7/Makefile b/net/openbgpd7/Makefile
index 00b3e66ba7c1..118de8ba51e1 100644
--- a/net/openbgpd7/Makefile
+++ b/net/openbgpd7/Makefile
@@ -10,6 +10,8 @@ COMMENT=	Free implementation of the Border Gateway Protocol, Version 4
 LICENSE=	MIT
 LICENSE_FILE=	${FILESDIR}/COPYING
 
+LIB_DEPENDS=	libevent.so:devel/libevent
+
 USES=		autoreconf libtool localbase pathfix uidfix
 USE_RC_SUBR=	${PORTNAME}
 



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