Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2022-09-28 17:05:04 +0300
committerMathieu Arnold <mat@FreeBSD.org>2022-09-28 17:09:43 +0300
commit963e20c81248fad134a246950a470f2b41e6a74f (patch)
tree79e12fd83129006060c48a209179e0ae1b91efe1 /dns
parent2197afce3a1e260aa277ee4fc45bab85b813e3a2 (diff)
dns/bind918: fix build in some obscure cases
If sphinx is installed while not requested, it gets picked up, tell configure that it really is not here, and things blow up. PR: 262773 MFH: yes
Diffstat (limited to 'dns')
-rw-r--r--dns/bind918/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/bind918/Makefile b/dns/bind918/Makefile
index c531b65c519d..7e8706f62ca2 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:MMANMAGES} && !${PORT_OPTIONS:MDOCS}
+CONFIGURE_ENV+= ac_cv_path_SPHINX_BUILD=no
+.endif
+
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base