diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-06-10 12:05:00 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-06-10 12:05:00 +0000 |
commit | 2cd5526ba008804d406dd139ae2ac782a80c180c (patch) | |
tree | 9a417b8590ea490db264b32851cf470f21c36d90 /multimedia/xawtv | |
parent | 2cd9a40e0d03f3e245e59a945775ee7bfeafb40c (diff) |
Notes
Diffstat (limited to 'multimedia/xawtv')
-rw-r--r-- | multimedia/xawtv/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile index d9004b8dbe6c..dd9ed7451542 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -20,8 +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 +.if ${OSVERSION} < 500000 +ONLY_FOR_ARCHS= i386 +.else +ONLY_FOR_ARCHS= alpha i386 ia64 .endif WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} |