diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-04-27 16:08:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-04-27 16:08:47 +0000 |
commit | 44a34e1edb9797189b3f7d4d8a9378c4bdda92f0 (patch) | |
tree | 2bd030aa29d2da2d24c349d3d9f9581e12c88292 | |
parent | Update to 0.4.14. (diff) |
Switch to USES=mysql
Notes
Notes:
svn path=/head/; revision=414114
-rw-r--r-- | mail/dovecot2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index 0ea583d0e7e8..fc527134dcc9 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -99,7 +99,7 @@ LUCENE_LIB_DEPENDS= libclucene-core.so:textproc/clucene LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 -MYSQL_USE= MYSQL=yes +MYSQL_USES= mysql MYSQL_CONFIGURE_WITH= mysql PGSQL_USES= pgsql |