diff options
author | maya <maya@pkgsrc.org> | 2017-08-11 22:17:34 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-08-11 22:17:34 +0000 |
commit | 5626816faf35440ff9fc3c2250e1b7a18704dbd7 (patch) | |
tree | c13a63d748f78a79d7a11007a6de23dc75eb8676 /devel/libusb/Makefile | |
parent | 18472436f0998c090b044df238ca3111eab32a22 (diff) | |
download | pkgsrc-5626816faf35440ff9fc3c2250e1b7a18704dbd7.tar.gz |
rototill^W omit low GCC_REQD
Diffstat (limited to 'devel/libusb/Makefile')
-rw-r--r-- | devel/libusb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile index ba6a83d04ea..38eec41badd 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2016/12/03 04:19:05 marino Exp $ +# $NetBSD: Makefile,v 1.40 2017/08/11 22:17:34 maya Exp $ DISTNAME= libusb-0.1.12 PKGREVISION= 4 @@ -11,7 +11,6 @@ COMMENT= USB access library (version 0) LICENSE= gnu-lgpl-v2.1 USE_LANGUAGES= c c++ -GCC_REQD+= 3.3 USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-build-docs |