git: 0473faf0ddf8 - main - textproc/google-translate-cli: drop option for expired audio/espeak

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Fri, 01 Jul 2022 15:10:09 UTC
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