diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-12-31 15:20:01 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-12-31 15:20:01 +0000 |
commit | ef03ce891787d1c87e81af8e7bbb5d4bc6aa8276 (patch) | |
tree | 457a0bab58169e4e38593e8b2c9edece5f260439 | |
parent | - Update to 1.92.0 (diff) |
devel/linux_libusb: bump linux-devtools dependency to Centos 7
Notes
Notes:
svn path=/head/; revision=521627
-rw-r--r-- | devel/linux_libusb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/linux_libusb/Makefile b/devel/linux_libusb/Makefile index 4138f7547fcd..d2e779075efa 100644 --- a/devel/linux_libusb/Makefile +++ b/devel/linux_libusb/Makefile @@ -3,14 +3,14 @@ PORTNAME= linux_libusb PORTVERSION= 11.0r${FSVN_REV} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel linux MASTER_SITES= LOCAL/nox MAINTAINER= emulation@FreeBSD.org COMMENT= Linux-compatibility libusb -BUILD_DEPENDS= ${LINUXBASE}/usr/bin/gcc:devel/linux-c6-devtools +BUILD_DEPENDS= ${LINUXBASE}/usr/bin/gcc:devel/linux-c7-devtools USES= tar:bzip2 ONLY_FOR_ARCHS= i386 amd64 |