diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-05-12 21:07:04 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-05-12 21:07:04 +0000 |
commit | 4fe3e2506700403ebac2323e96febc93eebd8293 (patch) | |
tree | d6548e00c21078634356f1f5708165e9beb18ef8 /x11-toolkits/py-wxPython24 | |
parent | f0920d41fa1f7415c30f8f0d65c2f5711dd2083e (diff) | |
download | ports-4fe3e2506700403ebac2323e96febc93eebd8293.tar.gz ports-4fe3e2506700403ebac2323e96febc93eebd8293.zip |
Remove WITH_GTK1. wxgtk is no longer available.
Notes
Notes:
svn path=/head/; revision=135159
Diffstat (limited to 'x11-toolkits/py-wxPython24')
-rw-r--r-- | x11-toolkits/py-wxPython24/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/x11-toolkits/py-wxPython24/Makefile b/x11-toolkits/py-wxPython24/Makefile index 78fc81657c4a..b3cd70289b8a 100644 --- a/x11-toolkits/py-wxPython24/Makefile +++ b/x11-toolkits/py-wxPython24/Makefile @@ -47,16 +47,11 @@ post-install: .include <bsd.port.pre.mk> -.if !defined(WITH_GTK1) LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 WX_CONFIG= ${X11BASE}/bin/wxgtk2-2.4-config 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 -.endif .include <bsd.port.post.mk> |