diff options
author | nia <nia@pkgsrc.org> | 2022-04-10 07:55:12 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-04-10 07:55:12 +0000 |
commit | 5482ca0c0b62a9b1210b531b4e24f7f9dc993a05 (patch) | |
tree | df06eaa0b26ba4804f6ed5af5d91e720fd6bb3fb /graphics | |
parent | 25d32bb4a450099559e8e11c5d43dd3260941279 (diff) | |
download | pkgsrc-5482ca0c0b62a9b1210b531b4e24f7f9dc993a05.tar.gz |
shotwell: mark BROKEN due to vala update
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/shotwell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index 88c375a5227..a313d472056 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.128 2022/03/30 10:02:24 wiz Exp $ +# $NetBSD: Makefile,v 1.129 2022/04/10 07:55:12 nia Exp $ DISTNAME= shotwell-0.30.8 PKGREVISION= 19 @@ -15,6 +15,8 @@ USE_TOOLS+= pkg-config msgfmt xgettext itstool MESON_ARGS+= -Dudev=false +BROKEN+= "Incompatbile with latest Vala/libraw" + # uses python3 PYTHON_VERSIONS_INCOMPATIBLE= 27 |