diff options
-rw-r--r-- | mail/courier-imap/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index e8486d666b05..07abd5c8c5f1 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -7,7 +7,7 @@ PORTNAME= courier-imap PORTVERSION= 2.1.2 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -37,6 +37,7 @@ USE_GMAKE= yes # WITH_LDAP20: Build in ldap support with openldap 2.0 # WITH_LDAP1: Build in ldap support with openldap 1.x # WITH_FAM: Build in fam support for IDLE command +# WITH_TRASHQUOTA: Include deleted mails in the quota # CONFDIR?= ${PREFIX}/etc/${PORTNAME} @@ -78,6 +79,10 @@ BUILD_DEPENDS+= ${VPOPMAILDIR}/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail PLIST_SUB+= VPOPMAILFLAG="" .endif +.if defined(WITH_TRASHQUOTA) +CONFIGURE_ARGS+=--with-trashquota +.endif + .if defined(WITH_LDAP) WITH_LDAP21= yes .endif |