diff options
author | mva <mva@FreeBSD.org> | 2014-10-20 01:45:13 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-20 01:45:13 +0800 |
commit | 0ff86cb0331839636945efdd21785d508ca99408 (patch) | |
tree | d796d071fcd252277ad046aa845d9bd36813b92b /german | |
parent | 7ef046b70810601dfd2a14bf5ef9fe08db3e2280 (diff) | |
download | freebsd-ports-gnome-0ff86cb0331839636945efdd21785d508ca99408.tar.gz freebsd-ports-gnome-0ff86cb0331839636945efdd21785d508ca99408.tar.zst freebsd-ports-gnome-0ff86cb0331839636945efdd21785d508ca99408.zip |
- Convert ports from german/, java/, japanese/ and ports-mgmt/ to new
USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'german')
-rw-r--r-- | german/trytond28_account_de_skr03/Makefile | 5 | ||||
-rw-r--r-- | german/trytond_account_de_skr03/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/german/trytond28_account_de_skr03/Makefile b/german/trytond28_account_de_skr03/Makefile index 86b9baa5d654..5108ef75b7a4 100644 --- a/german/trytond28_account_de_skr03/Makefile +++ b/german/trytond28_account_de_skr03/Makefile @@ -18,8 +18,7 @@ RUN_DEPENDS= trytond28_account>=2.8.1:${PORTSDIR}/finance/trytond28_account CONFLICTS= trytond_account_de_skr03-2.[46].* -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> diff --git a/german/trytond_account_de_skr03/Makefile b/german/trytond_account_de_skr03/Makefile index cc40e85ae9ec..966e210f97e7 100644 --- a/german/trytond_account_de_skr03/Makefile +++ b/german/trytond_account_de_skr03/Makefile @@ -17,8 +17,7 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ CONFLICTS= trytond28_account_de_skr03-2.8.* -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |