aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-xlutils
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-12-07 10:01:36 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-12-07 10:01:36 +0000
commit1fd066ebe5841032b558f262491971223207ab4e (patch)
treecd0657c870f3fc874ca692a0a3de0294ebda495b /textproc/py-xlutils
parentf02187f4dd810e514f03fcdd1e92f21418846d75 (diff)
downloadports-1fd066ebe5841032b558f262491971223207ab4e.tar.gz
ports-1fd066ebe5841032b558f262491971223207ab4e.zip
- Convert textproc/ to USES=python
With hat: python@
Notes
Notes: svn path=/head/; revision=374183
Diffstat (limited to 'textproc/py-xlutils')
-rw-r--r--textproc/py-xlutils/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/py-xlutils/Makefile b/textproc/py-xlutils/Makefile
index 824285aca329..7122c554a7fd 100644
--- a/textproc/py-xlutils/Makefile
+++ b/textproc/py-xlutils/Makefile
@@ -16,8 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlrd>=0.7.2:${PORTSDIR}/textproc/py-xlrd
${PYTHON_PKGNAMEPREFIX}xlwt>=0.7.4:${PORTSDIR}/textproc/py-xlwt
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_PYTHON= 2
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python:2
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>