git: db3e908f8469 - main - audio/cardinal: Improve description of LIBLO option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Apr 2024 19:56:31 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=db3e908f8469d509d6e394a4939a31821bdad00f commit db3e908f8469d509d6e394a4939a31821bdad00f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-08 19:55:37 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-08 19:55:37 +0000 audio/cardinal: Improve description of LIBLO option Reported by: Gleb Popov <arrowd@freebsd.org> --- audio/cardinal/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/cardinal/Makefile b/audio/cardinal/Makefile index d28cf75f6ef7..8372902869a2 100644 --- a/audio/cardinal/Makefile +++ b/audio/cardinal/Makefile @@ -1,6 +1,6 @@ PORTNAME= cardinal DISTVERSION= 23.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= https://github.com/DISTRHO/Cardinal/releases/download/${DISTVERSION}/ @@ -48,7 +48,7 @@ OPTIONS_DEFAULT= #LIBLO LTO PORTDOCS= * -LIBLO_DESC= Build with liblo +LIBLO_DESC= Support Open Sound Control protocol through liblo LIBLO_MAKE_ARGS= WITH_LTO=true LIBLO_MAKE_ARGS_OFF= WITH_LTO=false LIBLO_LIB_DEPENDS= liblo.so:audio/liblo