aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Osipov <michael.osipov@siemens.com>2023-08-14 09:16:01 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2023-09-15 02:11:01 +0000
commitf00fe30e33ff2490e7e985067cc28f8eaeb24550 (patch)
tree1c3d5bd86bfd30e557b45ab7b17b88464d180ac8
parent495843badfe7d717f01466b9f41763524e670379 (diff)
downloadports-f00fe30e33ff2490e7e985067cc28f8eaeb24550.tar.gz
ports-f00fe30e33ff2490e7e985067cc28f8eaeb24550.zip
dns/bind918: fails to build with MANPAGES=off if sphinx is installed
PR: 272995 Approved by: maintainer timeout (mat) Reviewed by: meta
-rw-r--r--dns/bind918/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/bind918/Makefile b/dns/bind918/Makefile
index 5410e2297e31..92cd005bf74f 100644
--- a/dns/bind918/Makefile
+++ b/dns/bind918/Makefile
@@ -177,6 +177,10 @@ USE_PERL5= build
BUILD_DEPENDS+= cmocka>0:sysutils/cmocka
.endif
+.if !${PORT_OPTIONS:MMANPAGES} && !${PORT_OPTIONS:MDOCS}
+CONFIGURE_ENV+= ac_cv_path_SPHINX_BUILD=
+.endif
+
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base