aboutsummaryrefslogtreecommitdiff
path: root/mail/dovecot
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2006-05-08 18:39:32 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2006-05-08 18:39:32 +0000
commit70a2904a5e4c84002aab56e5be81097dcdc640ad (patch)
tree38c80ea9727e00bbbf7cd25b2d952165bda3d212 /mail/dovecot
parentb90edbcda80b69a97a0719952b55b2befe8da7ab (diff)
downloadports-70a2904a5e4c84002aab56e5be81097dcdc640ad.tar.gz
ports-70a2904a5e4c84002aab56e5be81097dcdc640ad.zip
Notes
Diffstat (limited to 'mail/dovecot')
-rw-r--r--mail/dovecot/Makefile3
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