diff options
| author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 07:50:53 +0000 |
|---|---|---|
| committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 07:50:53 +0000 |
| commit | dae43d7a6d5bdca67edda0ed02db4a1593899b62 (patch) | |
| tree | e02fe0a758ee3fd52b58a10326bb7c498ab3c957 /converters/py-unidecode | |
| parent | 57f1865da832cd9d777a31b47df5288436112d6a (diff) | |
Notes
Diffstat (limited to 'converters/py-unidecode')
| -rw-r--r-- | converters/py-unidecode/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/py-unidecode/Makefile b/converters/py-unidecode/Makefile index d273cd2be9d0..9c4890565861 100644 --- a/converters/py-unidecode/Makefile +++ b/converters/py-unidecode/Makefile @@ -13,8 +13,7 @@ COMMENT= ASCII transliterations of Unicode text LICENSE= GPLv2 -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |
