Date: Wed, 4 Aug 2021 06:29:14 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 86218e3a332f - main - net/krill: Fix typo in IGNORE message Message-ID: <202108040629.1746TEZS037320@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=86218e3a332f6f127533ad808d3519fe0526e9db commit 86218e3a332f6f127533ad808d3519fe0526e9db Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2021-08-04 06:28:27 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-08-04 06:28:27 +0000 net/krill: Fix typo in IGNORE message --- net/krill/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/krill/Makefile b/net/krill/Makefile index b9788f6b16ea..4cd961cffde8 100644 --- a/net/krill/Makefile +++ b/net/krill/Makefile @@ -20,7 +20,7 @@ GH_ACCOUNT= NLnetLabs .include <bsd.port.options.mk> .if ${OSVERSION} < 1200000 && ${SSL_DEFAULT} == base -IGNORE= Do not with with base ssl on RELEASE ${OSREL} ${OSVERSION} +IGNORE= Does not build with base ssl on RELEASE ${OSREL} ${OSVERSION} .endif USE_RC_SUBR= ${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108040629.1746TEZS037320>