aboutsummaryrefslogtreecommitdiff
path: root/multimedia/dtv
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-15 11:02:13 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-15 11:02:13 +0000
commit19869157c7e320b888d2a35eae14d8828be66240 (patch)
tree9a6e8da9d65fa3b6bdd547165fcaccee70dec6b7 /multimedia/dtv
parent29573f6148fe1f52b61260ed727ce0a6b823275f (diff)
downloadports-19869157c7e320b888d2a35eae14d8828be66240.tar.gz
ports-19869157c7e320b888d2a35eae14d8828be66240.zip
ONLY_FOR_ARCHS=alpha i386 ia64, and IGNORE on alpha 4.x
Notes
Notes: svn path=/head/; revision=104068
Diffstat (limited to 'multimedia/dtv')
-rw-r--r--multimedia/dtv/Makefile10
1 files changed, 9 insertions, 1 deletions
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 <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>