diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-04 09:10:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-04 09:10:04 +0000 |
commit | 9ef91cc43f5d915367cf458196c1e27bbb061876 (patch) | |
tree | 5c28b5669d896d27615381640a90bca361dc06e3 /x11/inputproto | |
parent | 4f77fee161bf61e7ca1eebe007c2908941ca636e (diff) | |
download | pkgsrc-9ef91cc43f5d915367cf458196c1e27bbb061876.tar.gz |
Disable asciidoc autodetection.
Diffstat (limited to 'x11/inputproto')
-rw-r--r-- | x11/inputproto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/inputproto/Makefile b/x11/inputproto/Makefile index c27c257aa52..71a1add7f99 100644 --- a/x11/inputproto/Makefile +++ b/x11/inputproto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/06/03 19:45:42 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2012/06/04 09:10:04 wiz Exp $ # DISTNAME= inputproto-2.2 @@ -16,5 +16,6 @@ CONFLICTS+= xextensions-[0-9]* GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= inputproto.pc.in +CONFIGURE_ARGS+= --with-asciidoc=no .include "../../mk/bsd.pkg.mk" |