aboutsummaryrefslogtreecommitdiff
path: root/audio/zrythm
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-03-06 08:13:43 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-03-06 08:13:43 +0000
commitfbd8ffb73ee8f2469669dbf20a2ace18ea4e08ff (patch)
tree7914ad89c6ec2c7b36a8feb53017041864fa86dc /audio/zrythm
parent27e25280354b1f368ab8460e44113f33e0fced8c (diff)
downloadports-fbd8ffb73ee8f2469669dbf20a2ace18ea4e08ff.tar.gz
ports-fbd8ffb73ee8f2469669dbf20a2ace18ea4e08ff.zip
audio/zrythm: Fix build by adding bash to RUN_DEPENDS
Reported by: fallout
Notes
Notes: svn path=/head/; revision=567466
Diffstat (limited to 'audio/zrythm')
-rw-r--r--audio/zrythm/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/zrythm/Makefile b/audio/zrythm/Makefile
index caf17e0986c6..858068027c32 100644
--- a/audio/zrythm/Makefile
+++ b/audio/zrythm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= zrythm
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0-alpha.13.0.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
@@ -12,7 +12,8 @@ COMMENT= Modern music production system, also known as DAW
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= help2man:misc/help2man \
+BUILD_DEPENDS= bash:shells/bash \
+ help2man:misc/help2man \
kf5-breeze-icons>0:x11-themes/kf5-breeze-icons
LIB_DEPENDS= libaudec.so:audio/libaudec \
libavcodec.so:multimedia/ffmpeg \
@@ -38,8 +39,7 @@ LIB_DEPENDS= libaudec.so:audio/libaudec \
libsuil-0.so:audio/suil \
libyaml.so:textproc/libyaml \
libzstd.so:archivers/zstd
-RUN_DEPENDS= bash:shells/bash \
- gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
+RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
kf5-breeze-icons>0:x11-themes/kf5-breeze-icons
USES= compiler:c11 desktop-file-utils gettext-tools gettext-runtime gnome libtool \