aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2022-10-11 21:31:39 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2022-10-11 21:31:39 +0000
commitd22c2932f114852aaaddd4f2f1492a8ba3e1218c (patch)
tree2a639e46ee135ede70cbc5b1bfa25fe20b2146cd /dns
parente2c23a8a624e48ef59dcb264aa7c90d2fba11f8e (diff)
downloadports-d22c2932f114852aaaddd4f2f1492a8ba3e1218c.tar.gz
ports-d22c2932f114852aaaddd4f2f1492a8ba3e1218c.zip
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
Diffstat (limited to 'dns')
-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>