diff options
author | drochner <drochner@pkgsrc.org> | 2002-10-22 16:00:33 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-10-22 16:00:33 +0000 |
commit | 6f304b150545c14e7aab9034aaa2a3ff6e02aef2 (patch) | |
tree | 0ab9725fc41d39e08a5249b2b2d6248dc4a0d588 /devel/libusb | |
parent | 7464a799558f5a44d4bc3d57fad93eeb0ccd8a53 (diff) | |
download | pkgsrc-6f304b150545c14e7aab9034aaa2a3ff6e02aef2.tar.gz |
forcibly disable building docs, otherwise it tries if jade is found
and fails
Diffstat (limited to 'devel/libusb')
-rw-r--r-- | devel/libusb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile index eae78d9e248..188fcc43f7c 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/08/26 17:54:34 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2002/10/22 16:00:33 drochner Exp $ # DISTNAME= libusb-0.1.6a @@ -12,6 +12,7 @@ COMMENT= USB access library USE_BUILDLINK2= YES GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --disable-build-docs USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool |