summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorTom Judge <tj@FreeBSD.org>2012-09-01 18:19:31 +0000
committerTom Judge <tj@FreeBSD.org>2012-09-01 18:19:31 +0000
commitf58cc04b02832fa4237e465b3964b38caa899de0 (patch)
tree757b3f1f23ee245b42739ce48e3271ed41f6a7a0 /mail
parent- (Attempt) to fix build on i386. (diff)
Correct typo.
PR: ports/170797 Submitted by: Artis Caune <Artis.Caune@gmail.com> Approved by: Attila Nagy bra@fsn.hu (maintainer) Approved by: eadler (mentor)
Notes
Notes: svn path=/head/; revision=303505
Diffstat (limited to 'mail')
-rw-r--r--mail/dovecot2/Makefile2
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