aboutsummaryrefslogtreecommitdiff
path: root/multimedia/linux-gspca-kmod
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-11-23 13:20:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-11-23 13:20:03 +0000
commitb599caa8cde5a3be24e83fd96b3a0fc93fdfb65e (patch)
tree59b32490d14e5bf2ca02bdfa6ada13de68bd0ab1 /multimedia/linux-gspca-kmod
parent8636a79b12dec67fc5b4958d7ad6b34e1d8fad81 (diff)
downloadports-b599caa8cde5a3be24e83fd96b3a0fc93fdfb65e.tar.gz
ports-b599caa8cde5a3be24e83fd96b3a0fc93fdfb65e.zip
Notes
Diffstat (limited to 'multimedia/linux-gspca-kmod')
-rw-r--r--multimedia/linux-gspca-kmod/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/linux-gspca-kmod/Makefile b/multimedia/linux-gspca-kmod/Makefile
index 4dde48ddd29e..b0d538fe8a83 100644
--- a/multimedia/linux-gspca-kmod/Makefile
+++ b/multimedia/linux-gspca-kmod/Makefile
@@ -24,7 +24,13 @@ NO_PACKAGE= depends on kernel sources
MAKEFILE= Makefile.kld
ALL_TARGET= depend all
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800000
+BROKEN= does not compile on 8.X
+.endif
+
post-extract:
@${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>