diff options
author | Tom Judge <tj@FreeBSD.org> | 2012-09-01 18:19:31 +0000 |
---|---|---|
committer | Tom Judge <tj@FreeBSD.org> | 2012-09-01 18:19:31 +0000 |
commit | f58cc04b02832fa4237e465b3964b38caa899de0 (patch) | |
tree | 757b3f1f23ee245b42739ce48e3271ed41f6a7a0 /mail | |
parent | 41d0f00448f4a3d8007f8c508002b398926f6459 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index 087fd4cdcbb0..38892d8e1f71 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -82,7 +82,7 @@ PORTEXAMPLES= * ## kqueue(2) support # -.if ${PORT_OPTIONS:MKQUEUE) +.if ${PORT_OPTIONS:MKQUEUE} CONFIGURE_ARGS+=--with-ioloop=kqueue .endif |