blob: f81591726a450a85a1d87555a7b3a57d893b4cb8 (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2013/08/13 07:07:18 guenther Exp $
SHARED_LIBS= Xt 11.0
CONFIGURE_ARGS= --with-appdefaultdir=/etc/X11/app-defaults \
--without-xmlto --without-fop --without-xsltproc --without-glib
.include <bsd.xorg.mk>
|