diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 17:18:24 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 17:18:24 +0000 |
commit | f4a55e57171a380dd714d388e0dc668158147761 (patch) | |
tree | ceb0deb49d4ce529d80f76432ab85612c9377d7f /french | |
parent | 24b7c6a88d1c253f76f3e16ff5a1b73d480ba828 (diff) | |
download | ports-f4a55e57171a380dd714d388e0dc668158147761.tar.gz ports-f4a55e57171a380dd714d388e0dc668158147761.zip |
Notes
Diffstat (limited to 'french')
-rw-r--r-- | french/alphabet_sounds_fr/Makefile | 2 | ||||
-rw-r--r-- | french/trytond28_account_fr/Makefile | 5 | ||||
-rw-r--r-- | french/trytond_account_fr/Makefile | 5 | ||||
-rw-r--r-- | french/tvdownloader/Makefile | 3 |
4 files changed, 6 insertions, 9 deletions
diff --git a/french/alphabet_sounds_fr/Makefile b/french/alphabet_sounds_fr/Makefile index 26daf512a00e..7f422403a580 100644 --- a/french/alphabet_sounds_fr/Makefile +++ b/french/alphabet_sounds_fr/Makefile @@ -13,6 +13,6 @@ COMMENT= Educative games for children. Alphabet sounds package (french) RUN_DEPENDS= ${LOCALBASE}/bin/childsplay:${PORTSDIR}/games/childsplay -USE_PYTHON= yes +USES= python .include <bsd.port.mk> diff --git a/french/trytond28_account_fr/Makefile b/french/trytond28_account_fr/Makefile index 00f492c53c95..4f0bf4199f16 100644 --- a/french/trytond28_account_fr/Makefile +++ b/french/trytond28_account_fr/Makefile @@ -18,8 +18,7 @@ RUN_DEPENDS= trytond28_account>=2.8.1:${PORTSDIR}/finance/trytond28_account CONFLICTS= trytond_account_fr-2.[46].* -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> diff --git a/french/trytond_account_fr/Makefile b/french/trytond_account_fr/Makefile index d25b93c0a712..53188d9841b5 100644 --- a/french/trytond_account_fr/Makefile +++ b/french/trytond_account_fr/Makefile @@ -17,8 +17,7 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ CONFLICTS= trytond28_account_fr-2.8.* -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> diff --git a/french/tvdownloader/Makefile b/french/tvdownloader/Makefile index ab7763b923af..4c83ad9d6423 100644 --- a/french/tvdownloader/Makefile +++ b/french/tvdownloader/Makefile @@ -19,8 +19,7 @@ RUN_DEPENDS= msdl:${PORTSDIR}/multimedia/msdl \ ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto\ ${PYTHON_SITELIBDIR}/mechanize/_mechanize.py:${PORTSDIR}/www/py-mechanize -USE_PYTHON= yes -USES= shebangfix +USES= python shebangfix SHEBANG_FILES= doc/installdox ALL_TARGET= build |