git: cfa6c48e9a42 - main - audio/dssi: Add run-time dependency on audio/alsa-lib because dssi.h includes the alsa header

Yuri Victorovich yuri at FreeBSD.org
Mon May 10 04:54:48 UTC 2021


The branch main has been updated by yuri:

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

commit cfa6c48e9a42e06413032e956567e9c9cbd1f35c
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-10 04:29:55 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-10 04:54:45 +0000

    audio/dssi: Add run-time dependency on audio/alsa-lib because dssi.h includes the alsa header
---
 audio/dssi/Makefile | 5 +++--
 1 file 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


More information about the dev-commits-ports-all mailing list