diff options
author | mva <mva@FreeBSD.org> | 2014-10-25 00:56:10 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-25 00:56:10 +0800 |
commit | cbd99d85650b0875dfb5139c87a46ac5e8e47e85 (patch) | |
tree | 1fd8e51727e986b995f09c954af9176a37f5d767 /sysutils/py-bcfg2 | |
parent | ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d (diff) | |
download | freebsd-ports-gnome-cbd99d85650b0875dfb5139c87a46ac5e8e47e85.tar.gz freebsd-ports-gnome-cbd99d85650b0875dfb5139c87a46ac5e8e47e85.tar.zst freebsd-ports-gnome-cbd99d85650b0875dfb5139c87a46ac5e8e47e85.zip |
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'sysutils/py-bcfg2')
-rw-r--r-- | sysutils/py-bcfg2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/py-bcfg2/Makefile b/sysutils/py-bcfg2/Makefile index 2eb66f9c4da5..8cce84b01ed6 100644 --- a/sysutils/py-bcfg2/Makefile +++ b/sysutils/py-bcfg2/Makefile @@ -23,9 +23,8 @@ GENSHI_DESC= Support Genshi Templates .include <bsd.port.options.mk> -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist USE_RC_SUBR= bcfg2 SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} |