aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vdr
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-10-23 08:57:18 +0000
committerJohn Marino <marino@FreeBSD.org>2014-10-23 08:57:18 +0000
commit4df8f5845a470219af75dcce2002c0f6d5040212 (patch)
treebd40029ad90569591275561509a9c56f62fed9cc /multimedia/vdr
parentc04ee0e4cb93d628a92f7cef32aeeb52080a17ee (diff)
downloadports-4df8f5845a470219af75dcce2002c0f6d5040212.tar.gz
ports-4df8f5845a470219af75dcce2002c0f6d5040212.zip
multimedia/vdr: IGNORE on DragonFly which is missing some drivers
Notes
Notes: svn path=/head/; revision=371381
Diffstat (limited to 'multimedia/vdr')
-rw-r--r--multimedia/vdr/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/vdr/Makefile b/multimedia/vdr/Makefile
index 010da51c9f5b..ea6bd6b87167 100644
--- a/multimedia/vdr/Makefile
+++ b/multimedia/vdr/Makefile
@@ -54,6 +54,10 @@ PLIST_SUB+= VDR_GROUP=${VDR_GROUP}
.include <bsd.port.options.mk>
+.if ${OPSYS} == DragonFly
+IGNORE= will not work due to lack of driver support
+.endif
+
.if ${ARCH} == "i386"
USE_GCC= any
.endif