diff options
author | arved <arved@FreeBSD.org> | 2006-05-09 02:39:32 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-05-09 02:39:32 +0800 |
commit | 30f178f8925ad1d5b27ad2cf66d916329857da64 (patch) | |
tree | bcede392cb54c6723f52004e94b8165e6dc6fb6a /mail/dovecot | |
parent | 06c749bf74b69a020399da91bbf3a1a9b98cac9e (diff) | |
download | freebsd-ports-gnome-30f178f8925ad1d5b27ad2cf66d916329857da64.tar.gz freebsd-ports-gnome-30f178f8925ad1d5b27ad2cf66d916329857da64.tar.zst freebsd-ports-gnome-30f178f8925ad1d5b27ad2cf66d916329857da64.zip |
Really disable kqueue support
Bump PORTREVISION
PR: 96884
Submitted by: J. Martin Petersen <jmp@alvorlig.dk>
Approved by: Robin Breathe <robin@isometry.net>
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 3b13bba8d12b..887f4aa99bc6 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -8,6 +8,7 @@ PORTNAME= dovecot DISTVERSION= 1.0.beta7 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/ @@ -47,7 +48,7 @@ OPTIONS= KQUEUE "kqueue(2) support" off \ ## kqueue(2) support # -.if !defined(WITHOUT_KQUEUE) +.if defined(WITH_KQUEUE) CONFIGURE_ARGS+= --with-ioloop=kqueue --with-notify=kqueue .endif |