Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2025 21:53:37 +0000
Message-ID:  <6924d3e1.33134.3622eabe@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch main has been updated by yuri:

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

commit fcbacc56a589315807039a5b8bc6173368b863f9
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-11-24 21:52:57 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-11-24 21:53:35 +0000

    audio/odin2-synthesizer: Add missing xcursor dependency
    
    Reported by:    fallout
---
 audio/odin2-synthesizer/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/audio/odin2-synthesizer/Makefile b/audio/odin2-synthesizer/Makefile
index b1f69738f16b..3511d9060a7d 100644
--- a/audio/odin2-synthesizer/Makefile
+++ b/audio/odin2-synthesizer/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	odin2-synthesizer
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.3.4-13
 DISTVERSIONSUFFIX=	-gc8d3861f
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio multimedia
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 
 USES=		gl cmake localbase:ldflags pkgconfig xorg
 USE_GL=		gl
-USE_XORG=	x11 xext xinerama xrandr xrender # for juce
+USE_XORG=	x11 xcursor xext xinerama xrandr xrender # for juce
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	TheWaveWarden



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6924d3e1.33134.3622eabe>