ccid 1.4.x branch needs libusb-1, so mark it IGNORE on FreeBSD < 8.1.

Approved by:	maintainer
This commit is contained in:
Alex Dupre 2010-09-06 07:55:29 +00:00
parent 20b9be482f
commit 37b3b5bf17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260626

View File

@ -34,11 +34,8 @@ MAN8= Kobil_mIDentity_switch.8
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800069
LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb
.endif
.if (${OSVERSION} >=800069 && ${OSVERSION} < 801000)
BROKEN= Basesystem libusb is missing some functions.
.if ${OSVERSION} < 801000
IGNORE= needs a complete libusb-1 implementation
.endif
post-patch: