Modified: trunk/dports/sysutils/bacula/Portfile (103319 => 103320)
--- trunk/dports/sysutils/bacula/Portfile 2013-02-21 14:55:30 UTC (rev 103319)
+++ trunk/dports/sysutils/bacula/Portfile 2013-02-21 17:17:11 UTC (rev 103320)
@@ -7,7 +7,7 @@
version 5.2.13
categories sysutils
platforms darwin
-license FDL GPL-2 LGPL
+license {AGPL-3 OpenSSLException}
maintainers macsforever2000 googlemail.com:robertoschwald
description network based backup program
@@ -58,7 +58,7 @@
--disable-gnome \
--disable-wx-console \
--disable-tray-monitor \
- --with-tcp-wrappers
+ --with-tcp-wrappers
configure.cppflags-append -I${prefix}/ncurses
configure.ldflags ""
@@ -132,8 +132,10 @@
configure.args-delete --without-sqlite3
}
+default_variants +console_bat
+
if {![variant_isset mysql5] && ![variant_isset postgresql83] && ![variant_isset postgresql84] && ![variant_isset sqlite2] && ![variant_isset sqlite3]} {
- default_variants +client_only
+ default_variants-append +client_only
}
livecheck.type regex