diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-25 16:13:38 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-25 16:13:38 +0000 |
commit | 21bc5c0345300431d6e3edc6c43d743c61fc7b5e (patch) | |
tree | 2cf1a158cf8540bcd6bed759d4e35240e31330bb /mail/cyrus-imapd24 | |
parent | 5fe67ba9212540bea871dfec487d380ec3079f21 (diff) |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
Notes
Notes:
svn path=/head/; revision=414014
Diffstat (limited to 'mail/cyrus-imapd24')
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index 3d72a07a75b3..9c311075d8f8 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -77,7 +77,7 @@ REPLICATION_CONFIGURE_ENABLE=replication SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp SNMP_CONFIGURE_ON= --with-snmp=${LOCALBASE} SNMP_CONFIGURE_OFF= --with-snmp=no -SQLITE_USE= SQLITE=yes +SQLITE_USES= sqlite SQLITE_CONFIGURE_ON= --with-sqlite=${LOCALBASE} OPTIONS_RADIO= GSSAPI |