summaryrefslogtreecommitdiff
path: root/mail/dovecot/Makefile
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-08-16 20:56:02 +0000
committerghen <ghen@pkgsrc.org>2006-08-16 20:56:02 +0000
commite42aca7e331cca1ceae3cdb78493ec3550726126 (patch)
tree5a43a83b84b0e93a6a155f9f30b0a80abaf492d7 /mail/dovecot/Makefile
parentc931c661dc19da6e86a4857d1707bfd6fa5a9c34 (diff)
downloadpkgsrc-e42aca7e331cca1ceae3cdb78493ec3550726126.tar.gz
When adding --with-ioloop=best last week, I did not see there already was a
pkgsrc option for kqueue support. Hence, remove --with-ioloop=best again, and enable the "kqueue" option by default on *BSD platforms (as already suggested by grant when he first added the option). The pkg's default behaviour does not change, so don't bump PKGREVISION.
Diffstat (limited to 'mail/dovecot/Makefile')
-rw-r--r--mail/dovecot/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index c6ff1c1f0b0..41ea419a3da 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2006/08/09 14:23:10 ghen Exp $
+# $NetBSD: Makefile,v 1.66 2006/08/16 20:56:02 ghen Exp $
DISTNAME= dovecot-1.0.rc6
PKGNAME= ${DISTNAME:S/.rc/rc/}
@@ -19,7 +19,6 @@ USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
CONFIGURE_ARGS+= --with-ssldir=${SSLDIR:Q}
-CONFIGURE_ARGS+= --with-ioloop=best
.include "../../mk/bsd.prefs.mk"
.include "options.mk"