aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/linux-gspca-kmod
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-11-23 21:20:03 +0800
committerpav <pav@FreeBSD.org>2010-11-23 21:20:03 +0800
commit9e9af2d2072e895c2e3db3141df366823173f16d (patch)
tree65786499a4aa0eb9b39635df6a4fc84228370149 /multimedia/linux-gspca-kmod
parent740bd19cd911b9733368816fc3eb261bf73a586d (diff)
downloadfreebsd-ports-gnome-9e9af2d2072e895c2e3db3141df366823173f16d.tar.gz
freebsd-ports-gnome-9e9af2d2072e895c2e3db3141df366823173f16d.tar.zst
freebsd-ports-gnome-9e9af2d2072e895c2e3db3141df366823173f16d.zip
- Mark BROKEN on 8.X and up
PR: ports/142433 Reported by: Anna A. Ladilova <laddassm@gmail.com>
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>