diff options
Diffstat (limited to 'devel/libusb1/Makefile')
-rw-r--r-- | devel/libusb1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libusb1/Makefile b/devel/libusb1/Makefile index 8f441eafa0e..98fd2bb4f5f 100644 --- a/devel/libusb1/Makefile +++ b/devel/libusb1/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2012/10/31 11:17:23 asau Exp $ +# $NetBSD: Makefile,v 1.8 2012/11/20 13:01:47 pettai Exp $ # DISTNAME= libusb-1.0.9 PKGNAME= ${DISTNAME:S/libusb/libusb1/} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libusb/} EXTRACT_SUFX= .tar.bz2 |