Fix WITH_WXCONSOLE=yes.

This commit is contained in:
Max Khon 2005-05-12 21:34:13 +00:00
parent 3146bc68fa
commit 86ecf5aa51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135162

View file

@ -92,8 +92,8 @@ PLIST_SUB+= GNOMECONS="@comment "
# Build wx-console
.if defined(WITH_WXCONSOLE)
CONFIGURE_ARGS+= --enable-wx-console
LIB_DEPENDS+= wx_gtk-2.4:${PORTSDIR}/x11-toolkits/wxgtk
CONFIGURE_ENV+= WXCONFIG=${X11BASE}/bin/wxgtk-2.4-config
LIB_DEPENDS+= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24
CONFIGURE_ENV+= WXCONFIG=${X11BASE}/bin/wxgtk2-2.4-config
PLIST_SUB+= WXCONS=""
.else
# We didn't need GTK (it's not possible to put WANT_GNOME in an .if statement!)