git: 86218e3a332f - main - net/krill: Fix typo in IGNORE message
Li-Wen Hsu
lwhsu at FreeBSD.org
Wed Aug 4 06:29:15 UTC 2021
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=86218e3a332f6f127533ad808d3519fe0526e9db
commit 86218e3a332f6f127533ad808d3519fe0526e9db
Author: Li-Wen Hsu <lwhsu at FreeBSD.org>
AuthorDate: 2021-08-04 06:28:27 +0000
Commit: Li-Wen Hsu <lwhsu at 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}
More information about the dev-commits-ports-all
mailing list