diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-05-13 18:02:07 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-05-13 18:02:07 +0000 |
commit | 327e6e09196269d2e244cf2be18b9cf4b239e71d (patch) | |
tree | efd6c3f7efa16d4e10f2dfdc5bf1ae2e7e80f10b /multimedia/xawtv | |
parent | e8573ec0a776eca83c8cde909660a5c0766b026d (diff) |
Notes
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 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 |