diff options
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 |