diff options
Diffstat (limited to 'devel/libusb/Makefile')
-rw-r--r-- | devel/libusb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile index 5f38e7e12140..aba53f719964 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -6,14 +6,15 @@ # PORTNAME= libusb -PORTVERSION= 0.1.4 +PORTVERSION= 0.1.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= libusb +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= johnjen@reynoldsnet.org GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-build-docs INSTALLS_SHLIB= yes .include <bsd.port.mk> |