aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/dtv
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-15 19:02:13 +0800
committerkris <kris@FreeBSD.org>2004-03-15 19:02:13 +0800
commit914b318154f909397c7ea0a488551119b7d5f829 (patch)
tree6f6321c9793688a9437d6f3f6415793b20d5cd4e /multimedia/dtv
parent15cf601e5ffe1249450ae41a9b3d961e4b1c201f (diff)
downloadfreebsd-ports-gnome-914b318154f909397c7ea0a488551119b7d5f829.tar.gz
freebsd-ports-gnome-914b318154f909397c7ea0a488551119b7d5f829.tar.zst
freebsd-ports-gnome-914b318154f909397c7ea0a488551119b7d5f829.zip
ONLY_FOR_ARCHS=alpha i386 ia64, and IGNORE on alpha 4.x
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>