diff options
author | oliver <oliver@FreeBSD.org> | 2003-05-14 02:02:07 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-05-14 02:02:07 +0800 |
commit | 3399caece76524f09ef38790735101612e91c134 (patch) | |
tree | 05a0730b3dce095f0b5e0b9421bfa337439239b4 /multimedia/xawtv | |
parent | 8c1ac47c18db2728b3bca9b19d85acf89a8c8684 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |