Index: bacula-server/Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/bacula-server/Makefile,v retrieving revision 1.95 diff -u -r1.95 Makefile --- bacula-server/Makefile 24 Sep 2007 03:05:51 -0000 1.95 +++ bacula-server/Makefile 25 Sep 2007 01:33:07 -0000 @@ -76,8 +76,10 @@ .endif .if defined(WITH_CLIENT_ONLY) -OPTIONS+= WXCONSOLE "Build with wxGTK based GUI console: deprecated" off +OPTIONS= WXCONSOLE "Build with wxGTK based GUI console: deprecated" off OPTIONS+= GNOMECONSOLE "Build with GNOME based GUI console: deprecated" off +.elif defined(WITH_BAT) +OPTIONS= .else OPTIONS= SQLITE3 "Use SqLite-3 database instead of SqLite-2" off OPTIONS+= MYSQL "Use MySQL database instead of SqLite" off