summaryrefslogtreecommitdiff
path: root/audio/odin2-synthesizer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/odin2-synthesizer/Makefile')
-rw-r--r--audio/odin2-synthesizer/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/odin2-synthesizer/Makefile b/audio/odin2-synthesizer/Makefile
index c6dc591a6414..3511d9060a7d 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= 2
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 xcursor xext xinerama xrandr xrender # for juce
USE_GITHUB= yes
GH_ACCOUNT= TheWaveWarden