summaryrefslogtreecommitdiff
path: root/multimedia/fxtv
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2020-03-18 07:51:58 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2020-03-18 07:51:58 +0000
commit16c5adc3737261bdc2f3cff0615ca3736c83e482 (patch)
tree4b23687a71e188643b4c7d8224919df62c176329 /multimedia/fxtv
parentbd17d197d38537032dbad2c675952c4c356a1514 (diff)
downloadfreebsd-ports-16c5adc3737261bdc2f3cff0615ca3736c83e482.zip
Fix fallout of bktr(4) removal
Diffstat (limited to 'multimedia/fxtv')
-rw-r--r--multimedia/fxtv/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile
index b4d9c68f149e..830aa929e583 100644
--- a/multimedia/fxtv/Makefile
+++ b/multimedia/fxtv/Makefile
@@ -12,6 +12,9 @@ COMMENT= X11-based TV display and capture application (for use with bt848 driver
LICENSE= BSD2CLAUSE
+.if !exists(/usr/include/dev/bktr/ioctl_bt848.h)
+IGNORE= needs bktr(4) which is no longer available on your FreeBSD version
+.endif
ONLY_FOR_ARCHS= amd64 i386
LIB_DEPENDS= libtiff.so:graphics/tiff \