Fix index when WUTH_GUI=yes.

PR:		ports/80990
Submitted by:	Guido Falsi <mad (at) madpilot.net>
This commit is contained in:
Thierry Thomas 2005-05-13 19:26:27 +00:00
parent 470d8a695d
commit 7913e10026
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135204

View File

@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A Python module to parse or write delimeter-separated (e.g. CSV) files
.if defined(WITH_GUI)
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython24
.endif
USE_PYTHON= yes