summaryrefslogtreecommitdiff
path: root/devel/libusb/Makefile
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2002-02-07 07:31:48 +0000
committermartti <martti@pkgsrc.org>2002-02-07 07:31:48 +0000
commited75fb05774005ecc3ad56ed023ab4eaef2a6b5a (patch)
tree32ffe549fef3b271070ac81dc370b12cf268e4de /devel/libusb/Makefile
parentba3374e29979fc663b593e91d155dcee369ae6f5 (diff)
downloadpkgsrc-ed75fb05774005ecc3ad56ed023ab4eaef2a6b5a.tar.gz
Updated libusb to 0.1.5 (provided by Amitai Schlair in pkg/15516).
This version of libusb is required by the soon-to-be-released gphoto2. - Add support for MacOS X (Darwin) - Fix endianess correctly where applicable on all OS' - Return bytes written/read for control message (BSD) - Tweak documentation build - Fix bug when usb_find_devices was called multiple times (Linux) - Fetch descriptors for all devices when we can and parse them
Diffstat (limited to 'devel/libusb/Makefile')
-rw-r--r--devel/libusb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile
index 6975ebc23a0..8bf0baebc12 100644
--- a/devel/libusb/Makefile
+++ b/devel/libusb/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2002/01/03 10:42:49 martti Exp $
+# $NetBSD: Makefile,v 1.4 2002/02/07 07:31:48 martti Exp $
#
-DISTNAME= libusb-0.1.4
+DISTNAME= libusb-0.1.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libusb/}