git: 764dc7d876ba - 2022Q4 - dns/bind918: MFH: unbreak build with docs excluded
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Oct 2022 08:35:22 UTC
The branch 2022Q4 has been updated by eugen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=764dc7d876ba5e40892cf153d500da30d45579f0
commit 764dc7d876ba5e40892cf153d500da30d45579f0
Author: Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2022-10-11 21:31:39 +0000
Commit: Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2022-10-13 08:34:10 +0000
dns/bind918: MFH: unbreak build with docs excluded
This is correction after latest mat's change to make it really work.
Default build unaffected, so PORTREVISON not bumped.
PR: 262773
Approved by: mat (maintainer timeout, 2 weeks)
Submitted by: Michael Osipov
Requested by: many
(cherry picked from commit d22c2932f114852aaaddd4f2f1492a8ba3e1218c)
---
dns/bind918/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dns/bind918/Makefile b/dns/bind918/Makefile
index d10cfb3c06df..cee1e2115379 100644
--- a/dns/bind918/Makefile
+++ b/dns/bind918/Makefile
@@ -178,7 +178,7 @@ BUILD_DEPENDS+= cmocka>0:sysutils/cmocka
.endif
.if !${PORT_OPTIONS:MMANPAGES} && !${PORT_OPTIONS:MDOCS}
-CONFIGURE_ENV+= ac_cv_path_SPHINX_BUILD=no
+CONFIGURE_ENV+= ac_cv_path_SPHINX_BUILD=:
.endif
.include <bsd.port.pre.mk>