1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Really disable kqueue support

Bump PORTREVISION

PR:		96884
Submitted by:	J. Martin Petersen <jmp@alvorlig.dk>
Approved by:	Robin Breathe <robin@isometry.net>
This commit is contained in:
Tilman Keskinoz 2006-05-08 18:39:32 +00:00
parent b90edbcda8
commit 70a2904a5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161740
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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