summaryrefslogtreecommitdiffstats
path: root/archive/bacula/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'archive/bacula/DEPENDS')
-rwxr-xr-xarchive/bacula/DEPENDS6
1 files changed, 3 insertions, 3 deletions
diff --git a/archive/bacula/DEPENDS b/archive/bacula/DEPENDS
index c12d56722d..6f0ab5387c 100755
--- a/archive/bacula/DEPENDS
+++ b/archive/bacula/DEPENDS
@@ -1,12 +1,12 @@
depends g++ &&
-if [[ "$BACULA_CVS" == y ]]; then
- depends "CVS"
+if [[ ${BACULA_SCM} == "y" ]]; then
+ depends git
fi &&
if [[ -z "$BACULA_CLIENT" ]]; then
- depends mtx-tape &&
depends $BACULA_BACKEND "--with-$BACULA_BACKEND=$INSTALL_ROOT/usr" &&
+ optional_depends mtx-tape '' '' 'for tape support' &&
optional_depends libgnome '--enable-gnome' '--disable-gnome' 'for GNOME console' &&
optional_depends wxgtk '--enable-wx-console' '--disable-wx-console' 'for wxWidgets console' &&
optional_depends gtk+2 '--enable-tray-monitor' '--disable-tray-monitor' 'for tray monitor' &&