diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-11-10 03:31:42 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-11-10 03:31:42 +0000 |
commit | c7f03b186096976ffaa7a3ed4b978b4e2cad292a (patch) | |
tree | f7dce9168e991f6e942438267aaf4f29a37c16df /x11-toolkits/py-wxPython28 | |
parent | f6ff7bd3ad3b364385c483476d1c0e4a9bea234b (diff) | |
download | ports-c7f03b186096976ffaa7a3ed4b978b4e2cad292a.tar.gz ports-c7f03b186096976ffaa7a3ed4b978b4e2cad292a.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-wxPython28')
-rw-r--r-- | x11-toolkits/py-wxPython28/Makefile | 4 |
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> |