blob: 66e550612fb06ef6d67c2fa0b1274b3d5519628f (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2014/08/13 21:02:16 matthieu Exp $
SHARED_LIBS= Xt 11.0
CONFIGURE_ARGS= --with-appdefaultdir=/usr/X11R6/share/X11/app-defaults \
--without-xmlto --without-fop --without-xsltproc --without-glib
.include <bsd.xorg.mk>
|