diff options
author | nia <nia@pkgsrc.org> | 2021-09-25 06:03:06 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-09-25 06:03:06 +0000 |
commit | 31c43f0597c5950c9a99ed8a8507d2cc32527f44 (patch) | |
tree | 166b27c521c99b80981f6d5b84f4154d0872d6b6 /graphics/cheese | |
parent | f98ce69e85ed8bd0ffd09b3b086c99350c5cf75b (diff) | |
download | pkgsrc-31c43f0597c5950c9a99ed8a8507d2cc32527f44.tar.gz |
cheese: mark BROKEN pending more round tuits
Diffstat (limited to 'graphics/cheese')
-rw-r--r-- | graphics/cheese/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/cheese/Makefile b/graphics/cheese/Makefile index af197581013..a616a0b9ad2 100644 --- a/graphics/cheese/Makefile +++ b/graphics/cheese/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2021/05/02 10:24:49 nia Exp $ +# $NetBSD: Makefile,v 1.97 2021/09/25 06:03:06 nia Exp $ DISTNAME= cheese-3.34.0 PKGREVISION= 6 @@ -13,6 +13,8 @@ LICENSE= gnu-gpl-v2 DEPENDS+= gst-plugins1-v4l2-[0-9]*:../../multimedia/gst-plugins1-v4l2 +BROKEN+= "Incompatible with latest Vala, new versions hang at startup" + USE_TOOLS+= pkg-config msgfmt xgettext itstool MESON_ARGS+= -Dgtk_doc=false |