diff options
author | drochner <drochner@pkgsrc.org> | 2010-09-11 11:58:38 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-09-11 11:58:38 +0000 |
commit | 6aeb9189ff5aca25e6d1faccd141ec0882cb2d9f (patch) | |
tree | 9e6154e8afcc8d6f9c5c24518b5bc92ff69cac8f /x11/xextproto | |
parent | 9a9cef502f99c9f5b1faef2be1e24eed4d0a1442 (diff) | |
download | pkgsrc-6aeb9189ff5aca25e6d1faccd141ec0882cb2d9f.tar.gz |
avoid picking up "xmlto"
Diffstat (limited to 'x11/xextproto')
-rw-r--r-- | x11/xextproto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xextproto/Makefile b/x11/xextproto/Makefile index 5ce22166474..ec1f332c0ea 100644 --- a/x11/xextproto/Makefile +++ b/x11/xextproto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2010/09/10 19:25:48 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2010/09/11 11:58:38 drochner Exp $ # DISTNAME= xextproto-7.1.2 @@ -16,6 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS+= xextensions-[0-9]* GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-xmlto PKGCONFIG_OVERRIDE+= ${WRKSRC}/xextproto.pc.in post-install: |