diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2008-07-16 16:41:00 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2008-07-16 16:41:00 +0000 |
commit | 57270936cdb749b67dbbe9625d50087e74491ad4 (patch) | |
tree | 50ac5181ec61782f8d90ea2ccf65e8677c168dcb /mail-mta/postfix/postfix-2.4.7.ebuild | |
parent | Dep on PostgreSQL libs only. (diff) | |
download | gentoo-2-57270936cdb749b67dbbe9625d50087e74491ad4.tar.gz gentoo-2-57270936cdb749b67dbbe9625d50087e74491ad4.tar.bz2 gentoo-2-57270936cdb749b67dbbe9625d50087e74491ad4.zip |
Dep on PostgreSQL libs only.
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r4 x86_64)
Diffstat (limited to 'mail-mta/postfix/postfix-2.4.7.ebuild')
-rw-r--r-- | mail-mta/postfix/postfix-2.4.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail-mta/postfix/postfix-2.4.7.ebuild b/mail-mta/postfix/postfix-2.4.7.ebuild index bfdd2732dd3b..9d789caa20da 100644 --- a/mail-mta/postfix/postfix-2.4.7.ebuild +++ b/mail-mta/postfix/postfix-2.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.7.ebuild,v 1.2 2008/05/21 16:06:02 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.7.ebuild,v 1.3 2008/07/16 16:41:00 chtekk Exp $ # NOTE: this ebuild is a regular ebuild without mailer-config support! # Comment lines below "regular ebuild" and uncomment lines below "mailer-config support" @@ -43,7 +43,7 @@ DEPEND=">=sys-libs/db-3.2 ldap? ( >=net-nds/openldap-1.2 ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) - postgres? ( >=virtual/postgresql-server-7.1 ) + postgres? ( virtual/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ssl? ( >=dev-libs/openssl-0.9.6g )" @@ -188,7 +188,7 @@ src_compile() { fi if use postgres ; then - if best_version '=virtual/postgresql-server-7.3*' ; then + if best_version '=virtual/postgresql-base-7.3*' ; then mycc="${mycc} -DHAS_PGSQL -I/usr/include/postgresql" else mycc="${mycc} -DHAS_PGSQL -I/usr/include/postgresql/pgsql" |