diff options
-rw-r--r-- | app/xlockmore/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xlockmore/Makefile.bsd-wrapper b/app/xlockmore/Makefile.bsd-wrapper index d5585b768..ea7db01d9 100644 --- a/app/xlockmore/Makefile.bsd-wrapper +++ b/app/xlockmore/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/27 19:27:26 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/11/28 19:07:42 matthieu Exp $ config.status: AUTOMAKE_VERSION="$(AUTOMAKE_VERSION)" \ @@ -6,7 +6,7 @@ config.status: ACLOCAL="aclocal -I ${X11BASE}/share/aclocal" \ PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" \ sh ${.CURDIR}/configure --prefix=${X11BASE} \ - --enable-appdefaultdir=${X11BASE}/share/X11/app-defaults \ + --enable-appdefaultdir=/etc/X11/app-defaults \ --enable-syslog --without-motif \ --without-gtk2 --without-gtk --without-esound |