diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-04 23:40:44 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-04 23:40:44 +0000 |
commit | 604485f846c58c349c83d5a367b0b83bb39c2262 (patch) | |
tree | 42cd39480ede7db9874484f52a6c0467161329e6 /mail/courier-imap | |
parent | 3334a81fc73525bb985188a37c02bb87841f8e00 (diff) |
Convert the tree to USES=fam
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=338691
Diffstat (limited to 'mail/courier-imap')
-rw-r--r-- | mail/courier-imap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 4941f5769321..10e7c3e1fb8e 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -35,6 +35,7 @@ NO_STAGE= yes OPTIONS_DEFINE= FAM TRASHQUOTA GDBM IPV6 FAM_DESC= Fam support for IDLE command TRASHQUOTA_DESC= Include deleted mails in the quota +FAM_USES= fam .if exists(${.CURDIR}/../../security/courier-authlib/Makefile.opt) .include "${.CURDIR}/../../security/courier-authlib/Makefile.opt" @@ -86,7 +87,6 @@ CONFIGURE_ARGS+=--with-trashquota .if ${PORT_OPTIONS:MFAM} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_FAM= yes .endif MAN1= couriertcpd.1 maildiracl.1 maildirkw.1 \ |