diff options
author | pav <pav@FreeBSD.org> | 2010-11-23 21:20:03 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-11-23 21:20:03 +0800 |
commit | 9e9af2d2072e895c2e3db3141df366823173f16d (patch) | |
tree | 65786499a4aa0eb9b39635df6a4fc84228370149 /multimedia/linux-gspca-kmod | |
parent | 740bd19cd911b9733368816fc3eb261bf73a586d (diff) | |
download | freebsd-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/Makefile | 8 |
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> |