aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-05-10 04:29:55 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-05-10 04:54:45 +0000
commitcfa6c48e9a42e06413032e956567e9c9cbd1f35c (patch)
tree6a824bac52d8edecc4b2d7594e070c5d79241381
parentd9ddaab20f54fc7aee4436e38d07595467cfb525 (diff)
downloadports-cfa6c48e9a42e06413032e956567e9c9cbd1f35c.tar.gz
ports-cfa6c48e9a42e06413032e956567e9c9cbd1f35c.zip
audio/dssi: Add run-time dependency on audio/alsa-lib because dssi.h includes the alsa header
-rw-r--r--audio/dssi/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/dssi/Makefile b/audio/dssi/Makefile
index 4343749f2364..ccccf4e39e3f 100644
--- a/audio/dssi/Makefile
+++ b/audio/dssi/Makefile
@@ -2,7 +2,7 @@
PORTNAME= dssi
PORTVERSION= 1.1.1
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= audio
MASTER_SITES= SF
@@ -18,7 +18,8 @@ LIB_DEPENDS= libdssialsacompat.so:audio/libdssialsacompat \
libsamplerate.so:audio/libsamplerate \
libsndfile.so:audio/libsndfile \
libjack.so:audio/jack
-RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa
+RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa \
+ ${LOCALBASE}/include/alsa/seq_event.h:audio/alsa-lib
USES= gmake pathfix pkgconfig localbase libtool xorg
GNU_CONFIGURE= yes