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 | add1ff1b7a5087dc5049b46f2897e87e149bfc58 (patch) | |
tree | 9e6154e8afcc8d6f9c5c24518b5bc92ff69cac8f | |
parent | 978cbadbf8dfca4dba63194f8b7f035ff81a0bc2 (diff) | |
download | pkgsrc-add1ff1b7a5087dc5049b46f2897e87e149bfc58.tar.gz |
avoid picking up "xmlto"
-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: |