diff options
Diffstat (limited to 'devel/libusb/Makefile')
-rw-r--r-- | devel/libusb/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile index 593a716656e..9a274bdbc9c 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2004/10/03 00:13:31 tv Exp $ +# $NetBSD: Makefile,v 1.20 2005/02/14 09:50:18 adam Exp $ -DISTNAME= libusb-0.1.8 -PKGREVISION= 2 +DISTNAME= libusb-0.1.10 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libusb/} @@ -9,10 +8,11 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://libusb.sourceforge.net/ COMMENT= USB access library -USE_BUILDLINK3= YES -GNU_CONFIGURE= YES +USE_BUILDLINK3= yes +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-build-docs -USE_LIBTOOL= YES ONLY_FOR_PLATFORM= Darwin-*-* FreeBSD-*-* Linux-*-* NetBSD-*-* ONLY_FOR_PLATFORM+= OpenBSD-*-* |