summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-wxPython28
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-11-10 03:31:42 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-11-10 03:31:42 +0000
commitc7f03b186096976ffaa7a3ed4b978b4e2cad292a (patch)
treef7dce9168e991f6e942438267aaf4f29a37c16df /x11-toolkits/py-wxPython28
parentadd genmenu 1.0.4 (diff)
Fix WITH_GTK1=yes wxgtk dependencies
Notes
Notes: svn path=/head/; revision=93623
Diffstat (limited to 'x11-toolkits/py-wxPython28')
-rw-r--r--x11-toolkits/py-wxPython28/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-wxPython28/Makefile b/x11-toolkits/py-wxPython28/Makefile
index 65d05eb363f0..7356d15fe8e0 100644
--- a/x11-toolkits/py-wxPython28/Makefile
+++ b/x11-toolkits/py-wxPython28/Makefile
@@ -54,8 +54,8 @@ CONFIGURE_ARGS+= --enable-gtk2
PYDISTUTILS_BUILDARGS+= WXPORT=gtk2
PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS} ${PYDISTUTILS_BUILDARGS}
.else
-LIB_DEPENDS= wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk
-WX_CONFIG= ${X11BASE}/bin/wxgtk-2.4-config
+LIB_DEPENDS= wx_gtk-2.2.2:${PORTSDIR}/x11-toolkits/wxgtk
+WX_CONFIG= ${X11BASE}/bin/wxgtk-2.2-config
.endif
.include <bsd.port.post.mk>