diff options
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot/options.mk b/mail/dovecot/options.mk index 323ec510e48..c77ce9bc202 100644 --- a/mail/dovecot/options.mk +++ b/mail/dovecot/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.17 2006/08/16 20:56:02 ghen Exp $ +# $NetBSD: options.mk,v 1.18 2006/08/18 14:59:17 tv Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.dovecot PKG_SUPPORTED_OPTIONS= gssapi inet6 kqueue ldap mysql pam pgsql sasl sqlite @@ -6,7 +6,7 @@ PKG_OPTIONS_OPTIONAL_GROUPS= ssl PKG_OPTIONS_GROUP.ssl= gnutls ssl PKG_SUGGESTED_OPTIONS= ssl -.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" +.ifdef PKG_HAVE_KQUEUE PKG_SUGGESTED_OPTIONS+= kqueue .endif |