ONLY_FOR_ARCHS=alpha i386 ia64, and IGNORE on alpha 4.x
This commit is contained in:
parent
29573f6148
commit
19869157c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104068
1 changed files with 9 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue