diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-26 16:41:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-26 16:41:34 +0800 |
commit | c51da6a2ea54b051b9ebadd4ec14bb2fce7bf34c (patch) | |
tree | 538272ea6472d12ca5d850dc054ae239be5ead16 /emulators | |
parent | 5518c05a82de65dcdab68396d799321e2a8b0625 (diff) | |
download | freebsd-ports-gnome-c51da6a2ea54b051b9ebadd4ec14bb2fce7bf34c.tar.gz freebsd-ports-gnome-c51da6a2ea54b051b9ebadd4ec14bb2fce7bf34c.tar.zst freebsd-ports-gnome-c51da6a2ea54b051b9ebadd4ec14bb2fce7bf34c.zip |
Allow to build with texinfo from ports
With hat: portmgr
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 383f1079e45f..19d4fb65f2ea 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -221,6 +221,7 @@ RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba36 .if ${PORT_OPTIONS:MDOCS} BUILD_DEPENDS+= texi2html:${PORTSDIR}/textproc/texi2html +USES+= makeinfo .else MAKE_ARGS+= NOPORTDOCS=1 .endif |