diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hachoir-wx/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/hachoir-wx/Makefile b/sysutils/hachoir-wx/Makefile index 6437275bb869..2323effbd21b 100644 --- a/sysutils/hachoir-wx/Makefile +++ b/sysutils/hachoir-wx/Makefile @@ -3,7 +3,7 @@ PORTNAME= hachoir-wx PORTVERSION= 0.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP @@ -13,9 +13,8 @@ COMMENT= Hachoir GUI RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/hachoir-parser USE_PYTHON= yes -USE_WX= 2.6+ +USE_WX= 3.0+ WX_COMPS= python -WX_UNICODE= yes USE_PYDISTUTILS=yes .include <bsd.port.mk> |