diff options
author | dholland <dholland@pkgsrc.org> | 2010-04-11 10:39:30 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2010-04-11 10:39:30 +0000 |
commit | 4d9e753718e8418b0ad2c77d7ce18bf10250a9d6 (patch) | |
tree | 9f5f8d09684f028bb54de189bb48bd2568f1ef01 /x11/libXi | |
parent | 43eb1ba8a9abb33a86c0f645c5a4cb43b99a8093 (diff) | |
download | pkgsrc-4d9e753718e8418b0ad2c77d7ce18bf10250a9d6.tar.gz |
Force it to not see asciidoc and xmlto, or it starts rebuilding its
man pages and (for reasons that are not entirely clear) chokes and dies.
Diffstat (limited to 'x11/libXi')
-rw-r--r-- | x11/libXi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index e31f879b133..1b6725fddc7 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2010/04/09 08:46:32 tnn Exp $ +# $NetBSD: Makefile,v 1.13 2010/04/11 10:39:30 dholland Exp $ # DISTNAME= libXi-1.3 @@ -17,7 +17,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= pkg-config -CONFIGURE_ENV+= LIB_MAN_SUFFIX=3 +CONFIGURE_ENV+= LIB_MAN_SUFFIX=3 ac_cv_path_ASCIIDOC= ac_cv_path_XMLTO= PKGCONFIG_OVERRIDE+= xi.pc.in .include "../../mk/bsd.prefs.mk" |