Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 2020 21:39:31 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532712 - head/emulators/qemu
Message-ID:  <202004232139.03NLdVcj088823@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Thu Apr 23 21:39:31 2020
New Revision: 532712
URL: https://svnweb.freebsd.org/changeset/ports/532712

Log:
  emulators/qemu: Fix BUILD when DOCS disabled
  
  Reported by:	olivier

Modified:
  head/emulators/qemu/Makefile

Modified: head/emulators/qemu/Makefile
==============================================================================
--- head/emulators/qemu/Makefile	Thu Apr 23 21:28:57 2020	(r532711)
+++ head/emulators/qemu/Makefile	Thu Apr 23 21:39:31 2020	(r532712)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	4.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 MASTER_SITES=	https://download.qemu.org/
 DIST_SUBDIR=	qemu/${PORTVERSION}
@@ -13,6 +13,7 @@ COMMENT?=	QEMU CPU Emulator
 
 LICENSE=	GPLv2
 
+BUILD_DEPENDS=	sphinx-build:textproc/py-sphinx
 LIB_DEPENDS?=	libnettle.so:security/nettle \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
@@ -52,8 +53,7 @@ OPTIONS_DEFAULT=X11 GTK3 OPENGL GNUTLS SASL JPEG PNG C
 OPTIONS_SUB=	yes
 CURL_CONFIGURE_OFF=	--disable-curl
 CURL_LIB_DEPENDS=	libcurl.so:ftp/curl
-DOCS_BUILD_DEPENDS=	texi2html:textproc/texi2html \
-			sphinx-build:textproc/py-sphinx
+DOCS_BUILD_DEPENDS=	texi2html:textproc/texi2html
 DOCS_MAKE_ARGS_OFF=	NOPORTDOCS=1
 DOCS_USES=		makeinfo
 GNUTLS_CONFIGURE_OFF=	--disable-gnutls



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