svn commit: r552728 - head/textproc/google-translate-cli

Nicola Vitale nivit at FreeBSD.org
Mon Oct 19 09:39:00 UTC 2020


Author: nivit
Date: Mon Oct 19 09:38:59 2020
New Revision: 552728
URL: https://svnweb.freebsd.org/changeset/ports/552728

Log:
  - Remove unused option
  
  PR:	250369
  Reported by:	0mp

Modified:
  head/textproc/google-translate-cli/Makefile

Modified: head/textproc/google-translate-cli/Makefile
==============================================================================
--- head/textproc/google-translate-cli/Makefile	Mon Oct 19 09:37:11 2020	(r552727)
+++ head/textproc/google-translate-cli/Makefile	Mon Oct 19 09:38:59 2020	(r552728)
@@ -27,7 +27,7 @@ NO_ARCH=	yes
 PLIST_FILES=	bin/trans \
 		man/man1/trans.1.gz
 
-OPTIONS_DEFINE=	DOCS FRIBIDI READLINE TEXT2SPEECH
+OPTIONS_DEFINE=	FRIBIDI READLINE TEXT2SPEECH
 
 TEXT2SPEECH_DESC=	Enable Text-to-Speech functionality via espeak
 


More information about the svn-ports-all mailing list