summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2022-10-12 04:31:39 +0700
committerEugene Grosbein <eugen@FreeBSD.org>2022-10-12 04:31:39 +0700
commitd22c2932f114852aaaddd4f2f1492a8ba3e1218c (patch)
tree2a639e46ee135ede70cbc5b1bfa25fe20b2146cd
parentmail/thunderbird: update to 102.3.3 (rc1) (diff)
dns/bind918: 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
-rw-r--r--dns/bind918/Makefile2
1 files changed, 1 insertions, 1 deletions
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>