diff options
author | tj <tj@FreeBSD.org> | 2012-09-02 02:19:31 +0800 |
---|---|---|
committer | tj <tj@FreeBSD.org> | 2012-09-02 02:19:31 +0800 |
commit | 51363c43fbe24f49c11b31a4aaa28193e5f9b618 (patch) | |
tree | 757b3f1f23ee245b42739ce48e3271ed41f6a7a0 /mail/dovecot2 | |
parent | c226730cfe03057464d68dde3a5097f8d805b4ed (diff) | |
download | freebsd-ports-gnome-51363c43fbe24f49c11b31a4aaa28193e5f9b618.tar.gz freebsd-ports-gnome-51363c43fbe24f49c11b31a4aaa28193e5f9b618.tar.zst freebsd-ports-gnome-51363c43fbe24f49c11b31a4aaa28193e5f9b618.zip |
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)
Diffstat (limited to 'mail/dovecot2')
-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 |