diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-08-11 10:57:27 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-08-11 10:57:27 +0000 |
commit | 122b5de7e17e157039e8b9d29c52efc4bcb545a2 (patch) | |
tree | 21348b5ba028818b4b5de0baa89cd8dd24b37ae9 /x11-fonts | |
parent | 6dd33b0c5aacc399379dbce89bb2b921c82dd042 (diff) | |
download | ports-122b5de7e17e157039e8b9d29c52efc4bcb545a2.tar.gz ports-122b5de7e17e157039e8b9d29c52efc4bcb545a2.zip |
Fix the build if xmlto is present.
PR: ports/159676
Reported by: Andrei Lavreniyuk <andy.lavr@gmail.com>
With hat: x11@
Notes
Notes:
svn path=/head/; revision=279482
Diffstat (limited to 'x11-fonts')
-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> |