diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-06-05 08:32:01 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-06-05 08:32:36 -0700 |
commit | 69f801ac017444dd2cfdbeaef87094a95ecea3ae (patch) | |
tree | f428e6435881d280853a2c49bb00610223778b0b /audio | |
parent | mail/claws-mail: Update to 3.20.0/4.2.0 (diff) |
audio/stegosaurus-lv2: Broken with Python-3.11
Reported by: fallout
Diffstat (limited to 'audio')
-rw-r--r-- | audio/stegosaurus-lv2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/stegosaurus-lv2/Makefile b/audio/stegosaurus-lv2/Makefile index 0fa46ae00965..d32939dd5ebd 100644 --- a/audio/stegosaurus-lv2/Makefile +++ b/audio/stegosaurus-lv2/Makefile @@ -9,6 +9,8 @@ WWW= https://github.com/mxmilkiib/stegosaurus LICENSE= GPLv3 +BROKEN= incompatible with Python-3.11, see https://github.com/mxmilkiib/stegosaurus/issues/7 + BUILD_DEPENDS= lv2>0:audio/lv2 USES= gnome waf localbase:ldflags pkgconfig xorg |