Date: Sat, 25 Sep 2021 20:30:04 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bd04c183d2a5 - main - net/bird2: Add CPE information Message-ID: <202109252030.18PKU4w4056204@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd04c183d2a5f9601e99e8bb7763aeeac77791f0 commit bd04c183d2a5f9601e99e8bb7763aeeac77791f0 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-25 20:21:30 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-25 20:28:57 +0000 net/bird2: Add CPE information Approved by: portmgr (blanket) --- net/bird2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/bird2/Makefile b/net/bird2/Makefile index bc5d2af17480..21a70bcc003e 100644 --- a/net/bird2/Makefile +++ b/net/bird2/Makefile @@ -12,11 +12,13 @@ COMMENT= Dynamic IP routing daemon LICENSE= GPLv2 -USES= bison gmake ncurses readline +USES= bison cpe gmake ncurses readline CONFLICTS= bird-[0-9]* CONFLICTS+= bird6-[0-9]* +CPE_VENDOR= nic + USE_CSTD= gnu99 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109252030.18PKU4w4056204>