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 3630bc2a620b..a0dcd04cf3b5 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -6,8 +6,8 @@ # PORTNAME= libusb -PORTVERSION= 0.1.7 -PORTREVISION= 1 +PORTVERSION= 0.1.10a +#PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,5 +18,6 @@ COMMENT= Library giving userland programs access to USB devices GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-build-docs INSTALLS_SHLIB= yes +USE_GCC= 3.1+ .include <bsd.port.mk> |