git: 1ff274961a12 - main - audio/surge-synthesizer-xt-lv2: Unbreak build by adding required dependencies.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Feb 2024 18:39:30 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ff274961a1264d46c08ce2d51df023131363608 commit 1ff274961a1264d46c08ce2d51df023131363608 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-02-10 18:08:47 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-02-10 18:38:44 +0000 audio/surge-synthesizer-xt-lv2: Unbreak build by adding required dependencies. --- audio/surge-synthesizer-xt-lv2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/surge-synthesizer-xt-lv2/Makefile b/audio/surge-synthesizer-xt-lv2/Makefile index 513a6a5204f2..ecb9a6252627 100644 --- a/audio/surge-synthesizer-xt-lv2/Makefile +++ b/audio/surge-synthesizer-xt-lv2/Makefile @@ -33,7 +33,7 @@ LIB_DEPENDS+= libasound.so:audio/alsa-lib # pending https://github.com/surge-syn USES= cmake compiler:c++17-lang gnome localbase:ldflags pkgconfig python:build shebangfix xorg USE_GNOME= cairo -USE_XORG= x11 xcb +USE_XORG= x11 xcb xcursor xinerama xrandr USE_GITHUB= yes GH_ACCOUNT= surge-synthesizer