diff options
-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 | ||||
-rw-r--r-- | ftp/ftpcube/Makefile | 11 | ||||
-rw-r--r-- | ftp/py-ftputil/Makefile | 4 | ||||
-rw-r--r-- | ftp/py-pyftpdlib/Makefile | 4 |
7 files changed, 15 insertions, 19 deletions
diff --git a/french/alphabet_sounds_fr/Makefile b/french/alphabet_sounds_fr/Makefile index 26daf512a00..7f422403a58 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 00f492c53c9..4f0bf4199f1 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 d25b93c0a71..53188d9841b 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 ab7763b923a..4c83ad9d642 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 diff --git a/ftp/ftpcube/Makefile b/ftp/ftpcube/Makefile index 29d2ce52600..1a657fffb3e 100644 --- a/ftp/ftpcube/Makefile +++ b/ftp/ftpcube/Makefile @@ -14,12 +14,11 @@ LICENSE= ART10 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/paramiko/__init__.py:${PORTSDIR}/security/py-paramiko -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes -USE_WX= 2.6+ -WX_COMPS= python -WX_UNICODE= yes +USES= python +USE_PYTHON= distutils autoplist +USE_WX= 2.6+ +WX_COMPS= python +WX_UNICODE= yes post-patch: @${REINPLACE_CMD} 's,/usr/local,${PREFIX},' ${WRKSRC}/setup.cfg diff --git a/ftp/py-ftputil/Makefile b/ftp/py-ftputil/Makefile index 1349dbdc81c..b1edb4bbeb8 100644 --- a/ftp/py-ftputil/Makefile +++ b/ftp/py-ftputil/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= High-level FTP client library -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= python +USE_PYTHON= distutils DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} PORTDOC_FILES= README.html README.txt ftputil.html ftputil.txt ftputil_ru_utf8.txt diff --git a/ftp/py-pyftpdlib/Makefile b/ftp/py-pyftpdlib/Makefile index 5780a11e38e..fef29f7ceed 100644 --- a/ftp/py-pyftpdlib/Makefile +++ b/ftp/py-pyftpdlib/Makefile @@ -13,8 +13,8 @@ COMMENT= Python FTP server library LICENSE= MIT -USE_PYTHON= 2 -USE_PYDISTUTILS= yes +USES= python:2 +USE_PYTHON= distutils OPTIONS_DEFINE= SENDFILE OPENSSL EXAMPLES OPTIONS_DEFAULT= SENDFILE OPENSSL |