mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Remove WITH_GTK1. wxgtk is no longer available.
This commit is contained in:
parent
f0920d41fa
commit
4fe3e25067
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135159
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user