git: 0e28686339ad - main - audio/fossmixer: fix depends
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Apr 2024 10:23:24 UTC
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 \