diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-03-28 09:42:44 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-03-28 09:42:44 +0000 |
commit | 9f80515f8ba84a4eff4614fd189c7bd0f246989d (patch) | |
tree | 5798cb7e5f7d1f33aea11812abf7a4713b949cb9 /app | |
parent | c7b0c5e101830720a30fa849e029e0ff0587812c (diff) |
Disable xprint support.
Diffstat (limited to 'app')
-rw-r--r-- | app/xdpyinfo/Makefile.bsd-wrapper | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/xdpyinfo/Makefile.bsd-wrapper b/app/xdpyinfo/Makefile.bsd-wrapper index 136b2e6a7..e44947bb0 100644 --- a/app/xdpyinfo/Makefile.bsd-wrapper +++ b/app/xdpyinfo/Makefile.bsd-wrapper @@ -1,3 +1,5 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/27 19:27:26 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2010/03/28 09:42:43 matthieu Exp $ + +CONFIGURE_ARGS+= --without-xprint .include <bsd.xorg.mk> |