Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2023 11:59:18 GMT
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0612249ceafd - main - dns/bind918: fix build without MANPAGES
Message-ID:  <202303211159.32LBxI9M078099@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mat:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0612249ceafda613efff5c03ab08cb4023fe4836

commit 0612249ceafda613efff5c03ab08cb4023fe4836
Author:     Michael Osipov <michael.osipov@siemens.com>
AuthorDate: 2023-03-21 11:47:25 +0000
Commit:     Mathieu Arnold <mat@FreeBSD.org>
CommitDate: 2023-03-21 11:52:02 +0000

    dns/bind918: fix build without MANPAGES
    
    PR:             270286 270327
---
 dns/bind918/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dns/bind918/Makefile b/dns/bind918/Makefile
index 8d6ef6b2184d..83190f6c5ba7 100644
--- a/dns/bind918/Makefile
+++ b/dns/bind918/Makefile
@@ -177,10 +177,6 @@ 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303211159.32LBxI9M078099>