Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 May 2021 04:54:48 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cfa6c48e9a42 - main - audio/dssi: Add run-time dependency on audio/alsa-lib because dssi.h includes the alsa header
Message-ID:  <202105100454.14A4sm0Q020356@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit cfa6c48e9a42e06413032e956567e9c9cbd1f35c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-10 04:29:55 +0000
Commit:     Yuri Victorovich <yuri@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105100454.14A4sm0Q020356>