diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/linux_libusb | |
parent | Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'devel/linux_libusb')
-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 64dd3d834aa8..3d6f1a1780d0 100644 --- a/devel/linux_libusb/Makefile +++ b/devel/linux_libusb/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= LOCAL/nox MAINTAINER= emulation@FreeBSD.org COMMENT= Linux-compatibility libusb -BUILD_DEPENDS= ${LINUXBASE}/usr/bin/gcc:${PORTSDIR}/devel/linux-c6-devtools +BUILD_DEPENDS= ${LINUXBASE}/usr/bin/gcc:devel/linux-c6-devtools USES= tar:bzip2 ONLY_FOR_ARCHS= i386 amd64 @@ -68,7 +68,7 @@ do-install: ${LN} -f ${STAGEDIR}${PREFIX}/usr/lib/libusb.so ${STAGEDIR}${PREFIX}/usr/lib/libusb-0.1.so.4 .if defined(BOOTSTRAP) || defined(SVN_FETCH) -#FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion +#FETCH_DEPENDS+= svn:devel/subversion SVN?= svnlite do-fetch: |