diff options
author | nia <nia@pkgsrc.org> | 2022-06-22 10:31:19 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-06-22 10:31:19 +0000 |
commit | ee13e9a03eae4ec4a83207393626af978bf5ea5d (patch) | |
tree | 2db32c19760767cd6e6b9990befbd20e26630d96 | |
parent | 6ab05f62abd88144afb63783ca200cab0b5d02ff (diff) | |
download | pkgsrc-ee13e9a03eae4ec4a83207393626af978bf5ea5d.tar.gz |
denemo: Mark BROKEN pending update
-rw-r--r-- | graphics/denemo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/denemo/Makefile b/graphics/denemo/Makefile index e22f4e6f7fa..731158f9556 100644 --- a/graphics/denemo/Makefile +++ b/graphics/denemo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2022/04/18 19:11:15 adam Exp $ +# $NetBSD: Makefile,v 1.73 2022/06/22 10:31:19 nia Exp $ DISTNAME= denemo-0.9.2 PKGREVISION= 40 @@ -10,6 +10,8 @@ HOMEPAGE= http://www.denemo.org/ COMMENT= GUI musical score editor written in C/GTK+ LICENSE= gnu-gpl-v3 +BROKEN+= "Incompatible with latest fluidsynth, needs update" + DEPENDS+= lilypond-[0-9]*:../../print/lilypond GNU_CONFIGURE= YES |