diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:56:10 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:56:10 +0000 |
commit | fae188751b59d1700f6a3231d48e1eb5e4959e90 (patch) | |
tree | 1fd8e51727e986b995f09c954af9176a37f5d767 /sysutils/hachoir-wx | |
parent | 742321c70870f8339d0ac558f88a918b77b56096 (diff) |
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371454
Diffstat (limited to 'sysutils/hachoir-wx')
-rw-r--r-- | sysutils/hachoir-wx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/hachoir-wx/Makefile b/sysutils/hachoir-wx/Makefile index 60e00e4bb55a..49463554ae77 100644 --- a/sysutils/hachoir-wx/Makefile +++ b/sysutils/hachoir-wx/Makefile @@ -12,9 +12,9 @@ COMMENT= Hachoir GUI RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/hachoir-parser -USE_PYTHON= yes +USES= python +USE_PYTHON= distutils USE_WX= 3.0+ WX_COMPS= python -USE_PYDISTUTILS=yes .include <bsd.port.mk> |