mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
1cd277bdce
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
22 lines
432 B
Makefile
22 lines
432 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hachoir-wx
|
|
PORTVERSION= 0.3
|
|
PORTREVISION= 5
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
COMMENT= Hachoir GUI
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/hachoir-parser
|
|
|
|
USE_PYTHON= yes
|
|
USE_WX= 2.6+
|
|
WX_COMPS= python
|
|
WX_UNICODE= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|