summaryrefslogtreecommitdiff
path: root/multimedia/xawtv
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-06-10 12:05:00 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-06-10 12:05:00 +0000
commit2cd5526ba008804d406dd139ae2ac782a80c180c (patch)
tree9a417b8590ea490db264b32851cf470f21c36d90 /multimedia/xawtv
parentRemove ghc's package.conf.old. (diff)
Replace the header check with an osreldate dependent architecture check.
Noticed by: kris, Mark Linimon <linimon@lonesome.com> Approved by: alex (mentor)
Notes
Notes: svn path=/head/; revision=82666
Diffstat (limited to 'multimedia/xawtv')
-rw-r--r--multimedia/xawtv/Makefile6
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/_/-/}