1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Mark IGNORE on 8.0 due to too old libusb. (missing symbols.)

Submitted by:	pointyhat via erwin
This commit is contained in:
Juergen Lock 2011-08-31 17:34:17 +00:00
parent 9efd7a63f8
commit 363fc36d29
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280865

View File

@ -22,8 +22,8 @@ MAKE_ARGS+= PREFIX=${PREFIX}
.include <bsd.port.options.mk>
.if ${OSVERSION} < 800069
IGNORE= needs libusb 1.0
.if ${OSVERSION} < 800108
IGNORE= needs libusb 1.0.4
.else
MAKE_ENV+= PKG_CONFIG_PATH=${FILESDIR}
.endif