View | Details | Raw Unified | Return to bug 80990
Collapse All | Expand All

(-)py-dsv/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
COMMENT=	A Python module to parse or write delimeter-separated (e.g. CSV) files
17
COMMENT=	A Python module to parse or write delimeter-separated (e.g. CSV) files
18
18
19
.if defined(WITH_GUI)
19
.if defined(WITH_GUI)
20
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython
20
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython24
21
.endif
21
.endif
22
22
23
USE_PYTHON=	yes
23
USE_PYTHON=	yes

Return to bug 80990