aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/xawtv
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2003-05-14 02:02:07 +0800
committeroliver <oliver@FreeBSD.org>2003-05-14 02:02:07 +0800
commit3399caece76524f09ef38790735101612e91c134 (patch)
tree05a0730b3dce095f0b5e0b9421bfa337439239b4 /multimedia/xawtv
parent8c1ac47c18db2728b3bca9b19d85acf89a8c8684 (diff)
downloadfreebsd-ports-graphics-3399caece76524f09ef38790735101612e91c134.tar.gz
freebsd-ports-graphics-3399caece76524f09ef38790735101612e91c134.tar.zst
freebsd-ports-graphics-3399caece76524f09ef38790735101612e91c134.zip
Mark xawtv broken on architectures w/o a machine/ioctl_bt848.h (e.g.
FreeBSD 4 on alpha) Submitted By: bento
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 2696b2a0aba..d9004b8dbe6 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