From 19869157c7e320b888d2a35eae14d8828be66240 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 15 Mar 2004 11:02:13 +0000 Subject: ONLY_FOR_ARCHS=alpha i386 ia64, and IGNORE on alpha 4.x --- multimedia/dtv/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'multimedia/dtv') diff --git a/multimedia/dtv/Makefile b/multimedia/dtv/Makefile index e7abfe2aa45c..92a71ef69ae4 100644 --- a/multimedia/dtv/Makefile +++ b/multimedia/dtv/Makefile @@ -15,4 +15,12 @@ COMMENT= A client/server based TV capture/display program RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 -.include +ONLY_FOR_ARCHS= alpha i386 ia64 + +.include + +.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 +IGNORE= "cannot be build on alpha 4.x, which does not have bktr hardware support" +.endif + +.include -- cgit v1.2.3