Explicitely disable ttf, to avoid picking the port's version.

Noticed by mbalmer@.
This commit is contained in:
matthieu 2007-02-04 21:07:34 +00:00
parent b9526a46a9
commit 805cce48aa

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/11/28 19:07:42 matthieu Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2007/02/04 21:07:34 matthieu Exp $
config.status:
AUTOMAKE_VERSION="$(AUTOMAKE_VERSION)" \
@ -7,7 +7,7 @@ config.status:
PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" \
sh ${.CURDIR}/configure --prefix=${X11BASE} \
--enable-appdefaultdir=/etc/X11/app-defaults \
--enable-syslog --without-motif \
--enable-syslog --without-motif --without-ttf \
--without-gtk2 --without-gtk --without-esound
.include <bsd.xorg.mk>