diff options
author | thierry <thierry@FreeBSD.org> | 2005-05-14 03:26:27 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-05-14 03:26:27 +0800 |
commit | 404be648ea8ac696cb11afda67603a2dcc279a7b (patch) | |
tree | 06aa662c7ef46ed9a64e72da959f4e3e0ff37996 | |
parent | 1355c079f70ed128242816f492c2e42138367de4 (diff) | |
download | freebsd-ports-gnome-404be648ea8ac696cb11afda67603a2dcc279a7b.tar.gz freebsd-ports-gnome-404be648ea8ac696cb11afda67603a2dcc279a7b.tar.zst freebsd-ports-gnome-404be648ea8ac696cb11afda67603a2dcc279a7b.zip |
Fix index when WUTH_GUI=yes.
PR: ports/80990
Submitted by: Guido Falsi <mad (at) madpilot.net>
-rw-r--r-- | textproc/py-dsv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-dsv/Makefile b/textproc/py-dsv/Makefile index 444f9a8957de..2b1962ea3e56 100644 --- a/textproc/py-dsv/Makefile +++ b/textproc/py-dsv/Makefile @@ -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 |