diff options
author | adamw <adamw@FreeBSD.org> | 2016-04-28 00:08:47 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-04-28 00:08:47 +0800 |
commit | 804328beceae445c15411291eb66315374c78168 (patch) | |
tree | 2bd030aa29d2da2d24c349d3d9f9581e12c88292 /mail | |
parent | 206739071c427926e992acc4f9f9486770616630 (diff) | |
download | freebsd-ports-graphics-804328beceae445c15411291eb66315374c78168.tar.gz freebsd-ports-graphics-804328beceae445c15411291eb66315374c78168.tar.zst freebsd-ports-graphics-804328beceae445c15411291eb66315374c78168.zip |
Switch to USES=mysql
Diffstat (limited to 'mail')
-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 0ea583d0e7e..fc527134dcc 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 |