The only architectures that support the bktr driver are i386 and alpha 5.x

This commit is contained in:
Kris Kennaway 2004-03-15 10:59:34 +00:00
parent 53bbe9bd31
commit 29573f6148
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104067

View file

@ -26,10 +26,12 @@ USE_REINPLACE= yes
PATCH_ARGS =-p0 -d ${WRKDIR}
ONLY_FOR_ARCHS= i386 alpha
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386" && !(${ARCH} == "alpha" && ${OSVERSION} >= 500000)
BROKEN= "Does not compile on !i386 or alpha 4.x"
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
IGNORE= "cannot be build on alpha 4.x, which does not have bktr hardware support"
.endif
.if !defined(WITH_RADIOTRACK)