diff options
author | nbm <nbm@FreeBSD.org> | 2001-03-19 00:08:42 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2001-03-19 00:08:42 +0800 |
commit | f8c8c7c4f1425cc3c0d827720d5494153167bdc4 (patch) | |
tree | 397c07eebacf92e29e1f75a1a15d2910ea6b6b1d /mail/courier-imap | |
parent | 590f1c16f54d53c41eb318d5e4c5ed75f185692e (diff) | |
download | freebsd-ports-graphics-f8c8c7c4f1425cc3c0d827720d5494153167bdc4.tar.gz freebsd-ports-graphics-f8c8c7c4f1425cc3c0d827720d5494153167bdc4.tar.zst freebsd-ports-graphics-f8c8c7c4f1425cc3c0d827720d5494153167bdc4.zip |
enable-workarounds-for-imap-client-bugs
PR: 25887
Submitted by: Blaz Zupan
Diffstat (limited to 'mail/courier-imap')
-rw-r--r-- | mail/courier-imap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 38b12e4ae3e..eadf839f4f3 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -7,6 +7,7 @@ PORTNAME= courier-imap PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= courier @@ -36,6 +37,7 @@ CONFIGURE_ARGS= --without-authldap --with-authldaprc=filename \ --with-userdb=${PREFIX}/etc/userdb \ --datadir=${PREFIX}/share/courier-imap \ --libexecdir=${PREFIX}/libexec/courier-imap \ + --enable-workarounds-for-imap-client-bugs \ --disable-root-check MAN1= maildirmake.1 |