diff options
Diffstat (limited to 'lib/libXt/Makefile.bsd-wrapper')
-rw-r--r-- | lib/libXt/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libXt/Makefile.bsd-wrapper b/lib/libXt/Makefile.bsd-wrapper index 8c572b977..1b8fc5190 100644 --- a/lib/libXt/Makefile.bsd-wrapper +++ b/lib/libXt/Makefile.bsd-wrapper @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/27 19:16:59 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/11/28 11:48:11 matthieu Exp $ SHARED_LIBS= Xt 9.0 -CONFIGURE_ARGS= --with-appdefaultdir=$(LIBDIR)/X11/app-defaults +CONFIGURE_ARGS= --with-appdefaultdir=/etc/X11/app-defaults .include <bsd.xorg.mk> |