diff options
author | Scott W Taylor <swtaylor@gentoo.org> | 2005-03-16 00:26:31 +0000 |
---|---|---|
committer | Scott W Taylor <swtaylor@gentoo.org> | 2005-03-16 00:26:31 +0000 |
commit | 9d430f60bf6527a7b2875d51baf7c1b3bc34010d (patch) | |
tree | fe4223c0ddc303efaf65ea9941b905c31d261aee /net-libs/courier-authlib/courier-authlib-0.55.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.55.ebuild')
-rw-r--r-- | net-libs/courier-authlib/courier-authlib-0.55.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/courier-authlib/courier-authlib-0.55.ebuild b/net-libs/courier-authlib/courier-authlib-0.55.ebuild index b32cf60f7f8f..fd15090b96d2 100644 --- a/net-libs/courier-authlib/courier-authlib-0.55.ebuild +++ b/net-libs/courier-authlib/courier-authlib-0.55.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.55.ebuild,v 1.1 2005/03/04 09:44:01 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.55.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." |