aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2020-04-24 05:39:31 +0800
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2020-04-24 05:39:31 +0800
commitd743b15362bc3f366d232e9506535220fe7cb325 (patch)
tree87baad40365ead1bb4ba8901fa1c5c0bfc2b6a0a /emulators
parent216e911917a082ac71a90dc22c12ff1f59b685e0 (diff)
downloadfreebsd-ports-gnome-d743b15362bc3f366d232e9506535220fe7cb325.tar.gz
freebsd-ports-gnome-d743b15362bc3f366d232e9506535220fe7cb325.tar.zst
freebsd-ports-gnome-d743b15362bc3f366d232e9506535220fe7cb325.zip
emulators/qemu: Fix BUILD when DOCS disabled
Reported by: olivier
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 294fc737ea0f..a0571eb70ac4 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -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 CDROM_DMA CURL PCAP NCURSES
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