Skip to content

Commit

Permalink
dns/bind918: fails to build with MANPAGES=off if sphinx is installed
Browse files Browse the repository at this point in the history
PR:		272995
Approved by:	maintainer timeout (mat)
Reviewed by:	meta
  • Loading branch information
michael-o authored and metalefty committed Sep 15, 2023
1 parent 495843b commit f00fe30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dns/bind918/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit f00fe30

Please sign in to comment.