diff options
author | fjoe <fjoe@FreeBSD.org> | 2005-05-12 21:07:04 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2005-05-12 21:07:04 +0000 |
commit | 76f9b5240cb97e43fdf0cf1e7f3837e5beb90f89 (patch) | |
tree | 42cb0748e4b39233a0e81b4066eca91ae107e312 /x11-toolkits | |
parent | defb6a7e1af10b3c5d95a4e1c3291d51e145e62d (diff) | |
download | FreeBSD-ports-76f9b5240cb97e43fdf0cf1e7f3837e5beb90f89.zip FreeBSD-ports-76f9b5240cb97e43fdf0cf1e7f3837e5beb90f89.tar.gz |
Remove WITH_GTK1. wxgtk is no longer available.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-wxPython24/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/py-wxPython26/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/py-wxPython28/Makefile | 5 |
3 files changed, 0 insertions, 15 deletions
diff --git a/x11-toolkits/py-wxPython24/Makefile b/x11-toolkits/py-wxPython24/Makefile index 78fc816..b3cd702 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> diff --git a/x11-toolkits/py-wxPython26/Makefile b/x11-toolkits/py-wxPython26/Makefile index 78fc816..b3cd702 100644 --- a/x11-toolkits/py-wxPython26/Makefile +++ b/x11-toolkits/py-wxPython26/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> diff --git a/x11-toolkits/py-wxPython28/Makefile b/x11-toolkits/py-wxPython28/Makefile index 78fc816..b3cd702 100644 --- a/x11-toolkits/py-wxPython28/Makefile +++ b/x11-toolkits/py-wxPython28/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> |