Mark IGNORE on 7.x. It depends on the usb stack from 8.x and later.

Submitted by:	pointyhat (via pav)
This commit is contained in:
Koop Mast 2011-06-24 22:19:14 +00:00
parent 5a116bd428
commit 270cc4dbe7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276235

View file

@ -34,4 +34,10 @@ MAKE_ARGS+=" HAVE_MAN=YES"
MAKE_ARGS+=" HAVE_DEBUG=YES"
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
IGNORE= requires usb stack from FreeBSD 8.0-RELEASE or later
.endif
.include <bsd.port.post.mk>