--- cyrus-sasl-2.1.18-r2.ebuild 2004-07-08 07:12:57.000000000 +0500 +++ cyrus-sasl-wad-2.1.18-r2.ebuild 2004-07-09 12:28:42.000000000 +0500 @@ -11,7 +11,7 @@ LICENSE="as-is" SLOT="2" KEYWORDS="x86 ~ppc sparc ~mips alpha ~arm ~hppa amd64 ia64 ~s390 ~ppc64" -IUSE="gdbm ldap mysql postgres kerberos static ssl java pam pam-mysql" +IUSE="gdbm ldap mysql postgres kerberos static ssl java pam pam-mysql authdaemond" RDEPEND="virtual/libc >=sys-libs/db-3.2 @@ -22,7 +22,8 @@ pam? ( >=sys-libs/pam-0.75 ) ssl? ( >=dev-libs/openssl-0.9.6d ) kerberos? ( virtual/krb5 ) - java? ( virtual/jdk )" + java? ( virtual/jdk ) + authdaemond? ( net-mail/courier-imap )" DEPEND="${RDEPEND} >=sys-apps/sed-4 >=sys-devel/autoconf-2.58 @@ -83,9 +84,10 @@ myconf="${myconf} `use_with pam`" myconf="${myconf} `use_with ldap`" myconf="${myconf} `use_enable kerberos gssapi`" - myconf="${myconf} `use_with mysql` `use_enable mysql sql`" - myconf="${myconf} `use_with postgres pgsql` `use_enable postgres sql`" + myconf="${myconf} `use_with mysql` `use_enable mysql`" + myconf="${myconf} `use_with postgres pgsql` `use_enable postgres`" myconf="${myconf} `use_enable java` `use_with java javahome ${JAVA_HOME}`" + myconf="${myconf} `use_with authdaemond`" if use mysql || use postgres ; then myconf="${myconf} --enable-sql"