diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2010-09-16 22:10:03 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2010-09-16 22:10:03 +0000 |
commit | c994be5c5a54494c140770ae220e1d9d04128936 (patch) | |
tree | dc66b89a933270e51a21cade30cc8006d4bbe6db /sysutils/bacula-server/Makefile | |
parent | 893f4b14c03b827197b2381c1aecff3df081f8f6 (diff) | |
download | ports-c994be5c5a54494c140770ae220e1d9d04128936.tar.gz ports-c994be5c5a54494c140770ae220e1d9d04128936.zip |
Notes
Diffstat (limited to 'sysutils/bacula-server/Makefile')
-rw-r--r-- | sysutils/bacula-server/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 78b2c46e2564..6c723e860c63 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -135,8 +135,9 @@ PLIST_SUB+= NOSF="@comment " PLIST_SUB+= SFDAEMON="@comment " PLIST_SUB+= NOSF="" .endif -# Build bwx-console +#Build bwx-console is deprecated use bacula-bat instead .if defined(WITH_WXCONSOLE) +IGNORE= Please use sysutils/bacula-bat instead of wxconsole USE_WX= 2.4 CONFIGURE_ARGS+= --enable-bwx-console CONFIGURE_ENV+= WXCONFIG="${WX_CONFIG}" @@ -194,7 +195,7 @@ pre-everything:: @${ECHO_MSG} "You may use the following build options (or make config):" @${ECHO_MSG} "" @${ECHO_MSG} " WITH_CLIENT_ONLY=yes if you only want the file daemon." - @${ECHO_MSG} " WITH_WXCONSOLE=yes if you only want a wxGTK based GUI console." +# @${ECHO_MSG} " WITH_WXCONSOLE=yes if you only want a wxGTK based GUI console." @${ECHO_MSG} " WITH_MTX=yes if you want to use mtx instead of chio for autochanger control." @${ECHO_MSG} " WITH_SQLITE3=yes if you want SQLite-3 as the database (not recommended)." .if !defined(WITH_MYSQL) && !defined(WITH_POSTGRESQL) |