diff options
author | fjoe <fjoe@FreeBSD.org> | 2005-05-13 05:34:13 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2005-05-13 05:34:13 +0800 |
commit | ecbd90e8dea46950a9dfd132845ba75a6968ffe6 (patch) | |
tree | 6a15bc4d1a7060656f34145ccd65e86b7e79424b /sysutils | |
parent | 3fd42866c836ba4bb18d213743a7ea878d942240 (diff) | |
download | freebsd-ports-gnome-ecbd90e8dea46950a9dfd132845ba75a6968ffe6.tar.gz freebsd-ports-gnome-ecbd90e8dea46950a9dfd132845ba75a6968ffe6.tar.zst freebsd-ports-gnome-ecbd90e8dea46950a9dfd132845ba75a6968ffe6.zip |
Fix WITH_WXCONSOLE=yes.
Diffstat (limited to 'sysutils')
-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!) |