summaryrefslogtreecommitdiff
path: root/devel/libusb/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-02-14 09:50:18 +0000
committeradam <adam@pkgsrc.org>2005-02-14 09:50:18 +0000
commit97f354453697fca0dbc8893e8263b8d952aa4026 (patch)
tree2be1247a42dfc463026b40c357e864388115c339 /devel/libusb/Makefile
parentf6055bb66613c954bf79dc656fe9b93e92b2ef8e (diff)
downloadpkgsrc-97f354453697fca0dbc8893e8263b8d952aa4026.tar.gz
Changes 0.1.10:
* Fix various compile warnings * Require newer autotools * Switch from QT to STL for C++ extensions * Linux: * Speed up small bulk and interrupt transfers to previous speeds * Fix case where bulk and interrupt transfers could block forever * Fix tree heirarchy building code (undocumented)
Diffstat (limited to 'devel/libusb/Makefile')
-rw-r--r--devel/libusb/Makefile12
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-*-*