Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2024 10:23:24 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0e28686339ad - main - audio/fossmixer: fix depends
Message-ID:  <202404041023.434ANOBp040778@gitrepo.freebsd.org>

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

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

commit 0e28686339adb69bf30486f0a89bc88db2b6e5cc
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2024-04-04 10:23:05 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2024-04-04 10:23:23 +0000

    audio/fossmixer: fix depends
---
 audio/fossmixer/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/audio/fossmixer/Makefile b/audio/fossmixer/Makefile
index cee9cd3f39e3..2e019d6114d2 100644
--- a/audio/fossmixer/Makefile
+++ b/audio/fossmixer/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	fossmixer
 PORTVERSION=	0.0.3
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio
 MASTER_SITES=	SF/detroit
 DISTNAME=	detroit-0.2.3
@@ -11,8 +11,7 @@ WWW=		https://detroit.sourceforge.net/app_fossmixer.html
 
 LICENSE=	BSD3CLAUSE
 
-RUN_DEPENDS=	${LOCALBASE}/share/fonts/noto/NotoSans-Italic.ttf:x11-fonts/noto-basic \
-		${LOCALBASE}/share/fonts/noto/NotoSans-Regular.ttf:x11-fonts/noto-basic
+RUN_DEPENDS=	noto-basic>0:x11-fonts/noto-basic
 LIB_DEPENDS=	libao.so:audio/libao \
 		libportaudio.so:audio/portaudio \
 		libpulse-simple.so:audio/pulseaudio \



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