diff options
author | kwm <kwm@FreeBSD.org> | 2011-08-11 18:57:27 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-08-11 18:57:27 +0800 |
commit | a0298e3c46fe796713c020598c3266c8077606c6 (patch) | |
tree | 8daed3a0ce2ed07f524c2b4ef93fe52427ff2276 /x11-fonts/libXfont | |
parent | 36c3ed5c63aaa62a7ff13e1931f4a307c5577ae0 (diff) | |
download | freebsd-ports-gnome-a0298e3c46fe796713c020598c3266c8077606c6.tar.gz freebsd-ports-gnome-a0298e3c46fe796713c020598c3266c8077606c6.tar.zst freebsd-ports-gnome-a0298e3c46fe796713c020598c3266c8077606c6.zip |
Fix the build if xmlto is present.
PR: ports/159676
Reported by: Andrei Lavreniyuk <andy.lavr@gmail.com>
With hat: x11@
Diffstat (limited to 'x11-fonts/libXfont')
-rw-r--r-- | x11-fonts/libXfont/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-fonts/libXfont/Makefile b/x11-fonts/libXfont/Makefile index b1a01fb825d4..12f4a06c16ad 100644 --- a/x11-fonts/libXfont/Makefile +++ b/x11-fonts/libXfont/Makefile @@ -18,4 +18,6 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 XORG_CAT= lib USE_XORG= xproto:both xtrans fontsproto:both fontenc +CONFIGURE_ARGS=--without-xmlto --disable-devel-docs + .include <bsd.port.mk> |