aboutsummaryrefslogtreecommitdiff
path: root/audio/zrythm/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-14 19:02:38 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-14 19:02:38 +0000
commitaee3ffbc0a3d72903324dcee132f5c8944aba625 (patch)
treecad4b4188e92e647052849cdeb14d71ea40bae3b /audio/zrythm/Makefile
parent98974ac2c8adff6aa9fe8d807971c6f4595af6e4 (diff)
downloadports-aee3ffbc0a3d72903324dcee132f5c8944aba625.tar.gz
ports-aee3ffbc0a3d72903324dcee132f5c8944aba625.zip
audio/zrythm: Update 0.8.694 -> 0.8.911
Notes
Notes: svn path=/head/; revision=548674
Diffstat (limited to 'audio/zrythm/Makefile')
-rw-r--r--audio/zrythm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/zrythm/Makefile b/audio/zrythm/Makefile
index 3cc85a10128b..b44905767670 100644
--- a/audio/zrythm/Makefile
+++ b/audio/zrythm/Makefile
@@ -2,7 +2,7 @@
PORTNAME= zrythm
DISTVERSIONPREFIX= v
-DISTVERSION= 0.8.694
+DISTVERSION= 0.8.911
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
@@ -24,6 +24,7 @@ LIB_DEPENDS= libaudec.so:audio/libaudec \
liblilv-0.so:audio/lilv \
libpcre.so:devel/pcre \
libportaudio.so:audio/portaudio \
+ libreproc.so:devel/reproc \
librubberband.so:audio/rubberband \
libsamplerate.so:audio/libsamplerate \
libserd-0.so:devel/serd \
@@ -47,7 +48,7 @@ USE_XORG= x11
GLIB_SCHEMAS= org.zrythm.Zrythm.gschema.xml
INSTALLS_ICONS= yes
-BINARY_ALIAS= python3=${PYTHON_CMD}
+BINARY_ALIAS= git=false python3=${PYTHON_CMD}
post-patch: # https://git.zrythm.org/zrythm/zrythm/issues/299
@${REINPLACE_CMD} 's|<malloc.h>|<stdlib.h>|' ${WRKSRC}/ext/midilib/src/*.c