From 70a2904a5e4c84002aab56e5be81097dcdc640ad Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Mon, 8 May 2006 18:39:32 +0000 Subject: [PATCH] Really disable kqueue support Bump PORTREVISION PR: 96884 Submitted by: J. Martin Petersen Approved by: Robin Breathe --- mail/dovecot-devel/Makefile | 3 ++- mail/dovecot/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mail/dovecot-devel/Makefile b/mail/dovecot-devel/Makefile index 3b13bba8d12b..887f4aa99bc6 100644 --- a/mail/dovecot-devel/Makefile +++ b/mail/dovecot-devel/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 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