From: Guillaume Subject: postfix: use mysql alias Hi, I've been using mariadb for quite a long time ... that works well. Guillaume --- module: postfix id: 3c9ea269f268374436ccd2dda0bf25db lvu submit: postfix lvu: db8269a81dadf0ff44025fd3ec5ee33d - uname -r: 3.17.2 kernel headers: 3.16.1 gcc: 4.9.2 glibc: 2.18 --- other/mail/postfix/BUILD | 2 +- other/mail/postfix/DEPENDS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- diff a/other/mail/postfix b/other/mail/postfix --- a/other/mail/postfix/BUILD 2015-01-24 15:31:07.000000000 +0100 +++ b/other/mail/postfix/BUILD 2015-01-24 22:08:12.000000000 +0100 @@ -23,7 +23,7 @@ CCARGS=$CCARGS" -DHAS_PAM" fi && - if in_depends $MODULE mysql ; then + if in_depends $MODULE %MYSQL ; then AUXLIBS=$AUXLIBS" -lmysqlclient -lz -lm" CCARGS=$CCARGS" -DHAS_MYSQL -I/usr/include/mysql" fi && --- a/other/mail/postfix/DEPENDS 2015-01-24 15:31:07.000000000 +0100 +++ b/other/mail/postfix/DEPENDS 2015-01-24 22:07:46.000000000 +0100 @@ -6,7 +6,7 @@ optional_depends pcre "" "--without-pcre" "for improved regexp support" optional_depends openldap "" "--without-openldap" "for ldap support" -optional_depends mysql "" "--without-mysql" "for mysql support" +optional_depends %MYSQL "" "--without-mysql" "for mysql support" optional_depends postgresql "" "--without-postgresql" "for postgresqul support" optional_depends dovecot "" "--without-dovecot-sasl" "for SMTP austhentication and TLS with dovecot" optional_depends cyrus-sasl "" "--without-cyrus-sasl" "for SMTP authentication and TLS with cyrus-sasl"