summaryrefslogtreecommitdiff
path: root/multimedia/xawtv
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-05-13 18:02:07 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-05-13 18:02:07 +0000
commit327e6e09196269d2e244cf2be18b9cf4b239e71d (patch)
treeefd6c3f7efa16d4e10f2dfdc5bf1ae2e7e80f10b /multimedia/xawtv
parentRe-add russian language patch. (diff)
Mark xawtv broken on architectures w/o a machine/ioctl_bt848.h (e.g.
FreeBSD 4 on alpha) Submitted By: bento
Notes
Notes: svn path=/head/; revision=80927
Diffstat (limited to 'multimedia/xawtv')
-rw-r--r--multimedia/xawtv/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile
index 2696b2a0aba4..d9004b8dbe6c 100644
--- a/multimedia/xawtv/Makefile
+++ b/multimedia/xawtv/Makefile
@@ -20,6 +20,10 @@ LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d \
jpeg.9:${PORTSDIR}/graphics/jpeg \
aa.1:${PORTSDIR}/graphics/aalib
+.if !exists(/usr/include/machine/ioctl_bt848.h)
+BROKEN= No ioctl_bt848.h on this architecture
+.endif
+
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
USE_MOTIF= yes
GNU_CONFIGURE= yes