diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-01 07:39:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-01 07:39:02 +0000 |
commit | d750615763ee2d3250de2115295079f66d813d1f (patch) | |
tree | 05b94e79be3ac272b9b617e50fc723ea52c6cf34 /sysutils/bacula-server/Makefile | |
parent | 767bcfc72cf9c3574739d745cff6620fa75b0e74 (diff) | |
download | ports-d750615763ee2d3250de2115295079f66d813d1f.tar.gz ports-d750615763ee2d3250de2115295079f66d813d1f.zip |
Notes
Diffstat (limited to 'sysutils/bacula-server/Makefile')
-rw-r--r-- | sysutils/bacula-server/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 0dc08fff01c5..440f63c95ea8 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -118,9 +118,8 @@ PLIST_SUB+= GNOMECONS="@comment " .endif # Build wx-console .if defined(WITH_WXCONSOLE) +USE_WX= 2.4 CONFIGURE_ARGS+= --enable-wx-console -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!) |