Skip to content

Commit

Permalink
textproc/google-translate-cli: drop option for expired audio/espeak
Browse files Browse the repository at this point in the history
  • Loading branch information
rene0 committed Jul 1, 2022
1 parent b57678a commit 0473faf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions textproc/google-translate-cli/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 0473faf

Please sign in to comment.