summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/xlockmore/Makefile.bsd-wrapper3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/xlockmore/Makefile.bsd-wrapper b/app/xlockmore/Makefile.bsd-wrapper
index 02be42e6a..0f07281ef 100644
--- a/app/xlockmore/Makefile.bsd-wrapper
+++ b/app/xlockmore/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2011/03/08 20:48:59 matthieu Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2011/12/10 14:54:18 matthieu Exp $
.include <bsd.xconf.mk>
@@ -8,6 +8,7 @@ config.status:
ACLOCAL="aclocal -I ${X11BASE}/share/aclocal" \
CFLAGS="${CFLAGS}" \
PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" \
+ CONFIG_SITE=$(CONFIG_SITE) \
sh ${.CURDIR}/configure --prefix=${X11BASE} \
--datarootdir=${X11BASE} \
--enable-appdefaultdir=/etc/X11/app-defaults \