diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-05-23 21:11:08 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-05-24 02:23:45 -0700 |
commit | 7d5f2ff88a2756e77170e81418b59c95a0bb587f (patch) | |
tree | 1f5ffbe667baa3509e582ee317c8c928897d2def /audio/wasabi/Makefile | |
parent | x11/x3270: Update to 4.3ga8 (diff) |
audio/wasabi: Broken
Reported by: fallout
Diffstat (limited to '')
-rw-r--r-- | audio/wasabi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/wasabi/Makefile b/audio/wasabi/Makefile index 6c7a88564f6a..c9098855de3c 100644 --- a/audio/wasabi/Makefile +++ b/audio/wasabi/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/arduano/wasabi LICENSE= APACHE20 # Don't Be a Dick Public License based on Apache 2.0, see http://www.dbad-license.org/ +BROKEN= rust code incompatible with latest rust-nightly, see https://github.com/arduano/wasabi/issues/60 + BUILD_DEPENDS= rust-nightly>0:lang/rust-nightly LIB_DEPENDS= libasound.so:audio/alsa-lib |