Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jul 2022 15:10:09 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0473faf0ddf8 - main - textproc/google-translate-cli: drop option for expired audio/espeak
Message-ID:  <202207011510.261FA9oJ075627@gitrepo.freebsd.org>

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

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

commit 0473faf0ddf86e6d1eaaf5f0e1f3d5c785de30c7
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-07-01 15:09:32 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-07-01 15:09:32 +0000

    textproc/google-translate-cli: drop option for expired audio/espeak
---
 textproc/google-translate-cli/Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/textproc/google-translate-cli/Makefile b/textproc/google-translate-cli/Makefile
index 08fae882650a..fbec58a48ae2 100644
--- a/textproc/google-translate-cli/Makefile
+++ b/textproc/google-translate-cli/Makefile
@@ -31,16 +31,12 @@ NO_ARCH=	yes
 PLIST_FILES=	bin/trans \
 		man/man1/trans.1.gz
 
-OPTIONS_DEFINE=	FRIBIDI READLINE TEXT2SPEECH
-
-TEXT2SPEECH_DESC=	Enable Text-to-Speech functionality via espeak
+OPTIONS_DEFINE=	FRIBIDI READLINE
 
 FRIBIDI_RUN_DEPENDS=	fribidi:converters/fribidi
 
 READLINE_RUN_DEPENDS=	rlwrap:devel/rlwrap
 
-TEXT2SPEECH_RUN_DEPENDS=	espeak:audio/espeak
-
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/build/trans ${STAGEDIR}${PREFIX}/bin/trans
 	${INSTALL_MAN} ${WRKSRC}/man/trans.1 ${STAGEDIR}${MANPREFIX}/man/man1/trans.1



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