diff options
author | wg <wg@FreeBSD.org> | 2013-10-26 20:36:17 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-10-26 20:36:17 +0800 |
commit | fb169ccd296b0238fd8295299e29aae07728fa1a (patch) | |
tree | 8eaaec1cff513bd5a5163f2f03cb5fbc8fb190eb /mail/dovecot2 | |
parent | 5e2c780c2ed45ab78f81dbfcef5b8f7de2acfcaf (diff) | |
download | freebsd-ports-gnome-fb169ccd296b0238fd8295299e29aae07728fa1a.tar.gz freebsd-ports-gnome-fb169ccd296b0238fd8295299e29aae07728fa1a.tar.zst freebsd-ports-gnome-fb169ccd296b0238fd8295299e29aae07728fa1a.zip |
mail/dovecot2: fix build without KQUEUE
- Fix build without KQUEUE
PR: ports/182594
Submitted by: Eero Hänninen <fax nohik.ee>
Approved by: maintainer
Diffstat (limited to 'mail/dovecot2')
-rw-r--r-- | mail/dovecot2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index d884c283b88f..eb761703f330 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -83,6 +83,8 @@ PORTEXAMPLES= * # .if ${PORT_OPTIONS:MKQUEUE} CONFIGURE_ARGS+=--with-ioloop=kqueue +.else +CONFIGURE_ARGS+=--with-ioloop=poll .endif ## SSL support |