From ecbd90e8dea46950a9dfd132845ba75a6968ffe6 Mon Sep 17 00:00:00 2001 From: fjoe Date: Thu, 12 May 2005 21:34:13 +0000 Subject: Fix WITH_WXCONSOLE=yes. --- sysutils/bacula-server/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils') diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index fd48235c455f..48a0d32d0ed6 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -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!) -- cgit