ONLY_FOR_ARCHS=alpha i386 ia64, and IGNORE on alpha 4.x

This commit is contained in:
Kris Kennaway 2004-03-15 11:02:13 +00:00
parent 29573f6148
commit 19869157c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104068

View file

@ -15,4 +15,12 @@ COMMENT= A client/server based TV capture/display program
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
.include <bsd.port.mk>
ONLY_FOR_ARCHS= alpha i386 ia64
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
IGNORE= "cannot be build on alpha 4.x, which does not have bktr hardware support"
.endif
.include <bsd.port.post.mk>