diff options
Diffstat (limited to 'app/xlockmore/Makefile.bsd-wrapper')
-rw-r--r-- | app/xlockmore/Makefile.bsd-wrapper | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/xlockmore/Makefile.bsd-wrapper b/app/xlockmore/Makefile.bsd-wrapper index db7742cde..6d124e36e 100644 --- a/app/xlockmore/Makefile.bsd-wrapper +++ b/app/xlockmore/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2007/04/07 15:45:13 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2008/05/11 20:36:28 matthieu Exp $ config.status: AUTOMAKE_VERSION="$(AUTOMAKE_VERSION)" \ @@ -9,6 +9,7 @@ config.status: sh ${.CURDIR}/configure --prefix=${X11BASE} \ --enable-appdefaultdir=/etc/X11/app-defaults \ --enable-syslog --without-motif --without-ttf \ - --without-gtk2 --without-gtk --without-esound + --without-gtk2 --without-gtk --without-esound \ + --without-rplay .include <bsd.xorg.mk> |