summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2012-06-04 09:10:04 +0000
committerwiz <wiz>2012-06-04 09:10:04 +0000
commit79356e47002b5d2107d192002af824260b09066a (patch)
tree5c28b5669d896d27615381640a90bca361dc06e3 /x11
parent3d062083ddf393807d56e5cbc8e664fdfbdec223 (diff)
downloadpkgsrc-79356e47002b5d2107d192002af824260b09066a.tar.gz
Disable asciidoc autodetection.
Diffstat (limited to 'x11')
-rw-r--r--x11/inputproto/Makefile3
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"