diff options
author | drochner <drochner> | 2002-10-22 16:00:33 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-10-22 16:00:33 +0000 |
commit | eaaa13e1208b88a0ac491d87c1b4681b1869c8b2 (patch) | |
tree | 0ab9725fc41d39e08a5249b2b2d6248dc4a0d588 /devel/libusb | |
parent | 4a0868479c1898e6bb78581faf05f0641eab555a (diff) | |
download | pkgsrc-eaaa13e1208b88a0ac491d87c1b4681b1869c8b2.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 |