Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Dec 2023 07:32:11 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: 33a2808d9cea - main - audio/kaldi: Correct typo
Message-ID:  <202312160732.3BG7WBkT089360@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=33a2808d9cea9b2fc9df647c66bc6d88a35d5d2d

commit 33a2808d9cea9b2fc9df647c66bc6d88a35d5d2d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-12-16 06:45:02 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-12-16 06:45:02 +0000

    audio/kaldi: Correct typo
---
 audio/kaldi/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/kaldi/Makefile b/audio/kaldi/Makefile
index a2893a0e941c..e48e2f3ba062 100644
--- a/audio/kaldi/Makefile
+++ b/audio/kaldi/Makefile
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libcblas.so:math/cblas \
 
 USES=		cmake compiler:c++17-lang localbase:ldflags python:build
 
-USE_GITHUB=	YES
+USE_GITHUB=	yes
 GH_ACCOUNT=	kaldi-asr
 GH_TAGNAME=	21ae411
 



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