diff options
author | 2005-03-16 00:26:31 +0000 | |
---|---|---|
committer | 2005-03-16 00:26:31 +0000 | |
commit | 9d430f60bf6527a7b2875d51baf7c1b3bc34010d (patch) | |
tree | fe4223c0ddc303efaf65ea9941b905c31d261aee /net-libs/courier-authlib/courier-authlib-0.54.20050224.ebuild | |
parent | Added missing emake. Retrieved vital brain cells. (diff) | |
download | historical-9d430f60bf6527a7b2875d51baf7c1b3bc34010d.tar.gz historical-9d430f60bf6527a7b2875d51baf7c1b3bc34010d.tar.bz2 historical-9d430f60bf6527a7b2875d51baf7c1b3bc34010d.zip |
change vpopmail detection for #85391
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-libs/courier-authlib/courier-authlib-0.54.20050224.ebuild')
-rw-r--r-- | net-libs/courier-authlib/courier-authlib-0.54.20050224.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/courier-authlib/courier-authlib-0.54.20050224.ebuild b/net-libs/courier-authlib/courier-authlib-0.54.20050224.ebuild index 9023d71b6a0c..5a57f71aef86 100644 --- a/net-libs/courier-authlib/courier-authlib-0.54.20050224.ebuild +++ b/net-libs/courier-authlib/courier-authlib-0.54.20050224.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.54.20050224.ebuild,v 1.1 2005/02/25 23:09:36 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.54.20050224.ebuild,v 1.2 2005/03/16 00:26:31 swtaylor Exp $ inherit eutils gnuconfig @@ -70,7 +70,7 @@ src_compile() { fi use gdbm && myconf="${myconf} --with-db=gdbm" - if [ -f /var/vpopmail/etc/lib_deps ]; then + if [ has_version net-mail/vpopmail ]; then myconf="${myconf} --with-authvchkpw --without-authmysql --without-authpgsql" use mysql && ewarn "vpopmail found. authmysql will not be built." use postgres && ewarn "vpopmail found. authpgsql will not be built." |