svn commit: r377192 - head/devel/linux_libusb

Juergen Lock nox at FreeBSD.org
Fri Jan 16 17:09:49 UTC 2015


Author: nox
Date: Fri Jan 16 17:09:47 2015
New Revision: 377192
URL: https://svnweb.freebsd.org/changeset/ports/377192
QAT: https://qat.redports.org/buildarchive/r377192/

Log:
  Depend on devel/linux-c6-devtools instead of the f10 one.

Modified:
  head/devel/linux_libusb/Makefile

Modified: head/devel/linux_libusb/Makefile
==============================================================================
--- head/devel/linux_libusb/Makefile	Fri Jan 16 17:06:19 2015	(r377191)
+++ head/devel/linux_libusb/Makefile	Fri Jan 16 17:09:47 2015	(r377192)
@@ -3,7 +3,7 @@
 
 PORTNAME=	linux_libusb
 PORTVERSION=	11.0r${FSVN_REV}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel linux
 MASTER_SITES=	LOCAL/nox
 
@@ -11,7 +11,7 @@ MAINTAINER=	emulation at FreeBSD.org
 COMMENT=	Linux-compatibility libusb
 
 #BUILD_DEPENDS=	${LINUXBASE}/usr/bin/gcc:${PORTSDIR}/emulators/linux_base-gentoo-stage3
-BUILD_DEPENDS=	${LINUXBASE}/usr/bin/gcc:${PORTSDIR}/devel/linux-f10-devtools
+BUILD_DEPENDS=	${LINUXBASE}/usr/bin/gcc:${PORTSDIR}/devel/linux-c6-devtools
 
 USES=		tar:bzip2
 ONLY_FOR_ARCHS=	i386 amd64


More information about the svn-ports-all mailing list