aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2004-02-21 23:02:36 +0800
committeroliver <oliver@FreeBSD.org>2004-02-21 23:02:36 +0800
commitfba1b8b5a38aef4a59ee6b88bc96fa813ecd132d (patch)
tree89b9550cfe40f0eeec7e64099f8e0e2d416c1255
parent7efc40d16c498a54bae9bd84b4970e0d5b6c2678 (diff)
downloadfreebsd-ports-gnome-fba1b8b5a38aef4a59ee6b88bc96fa813ecd132d.tar.gz
freebsd-ports-gnome-fba1b8b5a38aef4a59ee6b88bc96fa813ecd132d.tar.zst
freebsd-ports-gnome-fba1b8b5a38aef4a59ee6b88bc96fa813ecd132d.zip
ia64 has no machine/ioctl_bt848.h. ONLY_FOR_ARCHS= alpha i386
-rw-r--r--multimedia/xawtv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile
index a4eea5b144df..461ff2a4e649 100644
--- a/multimedia/xawtv/Makefile
+++ b/multimedia/xawtv/Makefile
@@ -46,7 +46,7 @@ MAN8= v4l-conf.8
.if ${OSVERSION} < 500000
ONLY_FOR_ARCHS= i386
.else
-ONLY_FOR_ARCHS= alpha i386 ia64
+ONLY_FOR_ARCHS= alpha i386
.endif
.if defined(WITH_LIBZVBI)