7afaae9fe9
/etc/X11/app-defaults stays 1st in the libXt search path so, people and ports can put customized versions there if needed. If you didn't customize the versions in /etc/X11/app-defaults, they should be removed to avoid future issues when one file changes. discussed at g2k14 and ok ajacoutot@
9 lines
259 B
Makefile
9 lines
259 B
Makefile
# $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>
|