diff options
author | ume <ume@FreeBSD.org> | 2004-01-18 01:58:35 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-01-18 01:58:35 +0800 |
commit | 93d70dbde0ba87e68058f6eb06053f8de62237d6 (patch) | |
tree | 49e43562653c10daadb59291902500fb636100ac /mail/cyrus-imapd24/Makefile | |
parent | 5f2535a9a8fdcfa5a9127222802fee11c3d1856c (diff) | |
download | freebsd-ports-gnome-93d70dbde0ba87e68058f6eb06053f8de62237d6.tar.gz freebsd-ports-gnome-93d70dbde0ba87e68058f6eb06053f8de62237d6.tar.zst freebsd-ports-gnome-93d70dbde0ba87e68058f6eb06053f8de62237d6.zip |
Configuration of the Cyrus databases is now runtime. The cyrus db
backend used for each database can be specified with an imapd.conf
option.
Diffstat (limited to 'mail/cyrus-imapd24/Makefile')
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index 4cc4e171a1f9..32f1c5d70f90 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -59,10 +59,6 @@ CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db42 --with-bdb=db-4.2 BROKEN= "WITH_BDB_VER must be 3, 4, 41 or 42" .endif -.if defined(WITHOUT_SKIPLIST) -CONFIGURE_ARGS+=--with-mboxlist-db=berkeley --with-seen-db=flat -.endif - .if defined(WITH_NNTP) CONFIGURE_ARGS+=--enable-nntp PLIST_SUB+= NNTP="" |