diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-05-12 21:34:13 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-05-12 21:34:13 +0000 |
commit | 86ecf5aa5151f35e28f6ec441ec314d00662aee6 (patch) | |
tree | 2c4811917d91babf66a0de0e7449f00e03c7d040 /sysutils/bacula-server | |
parent | 3146bc68fa835a8982ddf6f24a900602f0dd9da9 (diff) | |
download | ports-86ecf5aa5151f35e28f6ec441ec314d00662aee6.tar.gz ports-86ecf5aa5151f35e28f6ec441ec314d00662aee6.zip |
Notes
Diffstat (limited to 'sysutils/bacula-server')
-rw-r--r-- | sysutils/bacula-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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!) |