diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-19 12:10:33 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-19 12:10:33 +0000 |
commit | e137149556731d0a91dc04c74335c79a46280601 (patch) | |
tree | 25e8df2c51cf6911f02959c0dd758e97e9da8120 /multimedia | |
parent | BROKEN: Incorrect pkg-plist (diff) |
BROKEN on 5.x: Does not compile
Notes
Notes:
svn path=/head/; revision=104620
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/camserv/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/camserv/Makefile b/multimedia/camserv/Makefile index f245e4dc3799..8fa9e39b12eb 100644 --- a/multimedia/camserv/Makefile +++ b/multimedia/camserv/Makefile @@ -34,6 +34,10 @@ post-install: .endif .include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502104 +BROKEN= "Does not compile" +.endif .if ${OSVERSION} < 500000 ONLY_FOR_ARCHS= i386 |