pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

translate-toolkit: fix typo, fiddle with default options.



Module Name:	pkgsrc-wip
Committed By:	i3enedek <pkgsrc%xn--rvztrtkrfrgp-bbb7j2b8f0b9d7a21oft.com@localhost>
Pushed By:	i3enedek
Date:		Tue Mar 14 16:35:21 2017 +0000
Changeset:	fff5e50cd621d8e3eacc0ec79062324ddc6ca5ad

Modified Files:
	translate-toolkit/options.mk

Log Message:
translate-toolkit: fix typo, fiddle with default options.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fff5e50cd621d8e3eacc0ec79062324ddc6ca5ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 translate-toolkit/options.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/translate-toolkit/options.mk b/translate-toolkit/options.mk
index 6839391efb..d7c7c7db26 100644
--- a/translate-toolkit/options.mk
+++ b/translate-toolkit/options.mk
@@ -2,7 +2,7 @@
 
 PKG_OPTIONS_VAR=		PKG_OPTIONS.translate-toolkit
 PKG_SUPPORTED_OPTIONS+=		lxml levenshtein chardet tradostm doc
-PKG_SUGGESTED_OPTIONS=		lxml chardet tradostm doc
+PKG_SUGGESTED_OPTIONS=		lxml levenshtein chardet tradostm
 PLIST_VARS+=			doc
 
 
@@ -13,7 +13,7 @@ DEPENDS+=	${PYPKGPREFIX}-lxml>=3.5:../../textproc/py-lxml
 .endif
 
 .if !empty(PKG_OPTIONS:Mlevenshtein)
-DEPENDS+=       ${PYPKGPREFIX}-python-Levenshtein>=0.12:../../textproc/py-Levenshtein/
+DEPENDS+=       ${PYPKGPREFIX}-python-Levenshtein>=0.12:../../textproc/py-Levenshtein
 .endif
 
 .if !empty(PKG_OPTIONS:Mchardet)


Home | Main Index | Thread Index | Old Index