git: bfd9af52922f - main - audio/odin2-synthesizer: Fix compilation by adding mixxing xorg dependencies

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 18 Nov 2025 16:24:54 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bfd9af52922f266608a4ebdd765dfbaf9a8897cf

commit bfd9af52922f266608a4ebdd765dfbaf9a8897cf
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-11-18 16:24:24 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-11-18 16:24:52 +0000

    audio/odin2-synthesizer: Fix compilation by adding mixxing xorg dependencies
    
    Reported by:    fallout
---
 audio/odin2-synthesizer/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/audio/odin2-synthesizer/Makefile b/audio/odin2-synthesizer/Makefile
index c6dc591a6414..b1f69738f16b 100644
--- a/audio/odin2-synthesizer/Makefile
+++ b/audio/odin2-synthesizer/Makefile
@@ -2,6 +2,7 @@ PORTNAME=	odin2-synthesizer
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.3.4-13
 DISTVERSIONSUFFIX=	-gc8d3861f
+PORTREVISION=	1
 CATEGORIES=	audio multimedia
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -19,8 +20,9 @@ BUILD_DEPENDS=	lv2>0:audio/lv2 \
 LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libfreetype.so:print/freetype2
 
-USES=		gl cmake localbase:ldflags pkgconfig
+USES=		gl cmake localbase:ldflags pkgconfig xorg
 USE_GL=		gl
+USE_XORG=	x11 xext xinerama xrandr xrender # for juce
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	TheWaveWarden