diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-27 19:17:00 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-27 19:17:00 +0000 |
commit | ab273b1fd18212d1060fd3eb3f6a93d4fd8f5d74 (patch) | |
tree | e954e70d59bdb09a1ef05722e486be30a15d2b74 /lib/libXt | |
parent | 851fe3b748f3cbd9e765b91d48efc2b3188c3154 (diff) |
Move back things to /usr/X11R6/lib/X11.
Diffstat (limited to 'lib/libXt')
-rw-r--r-- | lib/libXt/Makefile.bsd-wrapper | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libXt/Makefile.bsd-wrapper b/lib/libXt/Makefile.bsd-wrapper index 28f6cac2a..8c572b977 100644 --- a/lib/libXt/Makefile.bsd-wrapper +++ b/lib/libXt/Makefile.bsd-wrapper @@ -1,5 +1,7 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/27 19:16:59 matthieu Exp $ SHARED_LIBS= Xt 9.0 +CONFIGURE_ARGS= --with-appdefaultdir=$(LIBDIR)/X11/app-defaults + .include <bsd.xorg.mk> |