diff options
author | 2008-05-21 18:09:33 +0000 | |
---|---|---|
committer | 2008-05-21 18:09:33 +0000 | |
commit | 49b24d0a3f87f04f745b10f912530a7e41260da3 (patch) | |
tree | 623dfdc3b0b449fe5989712a784e372fe9fbe637 /net-analyzer/nagios-plugins/nagios-plugins-1.4.11-r102.ebuild | |
parent | Version bump (diff) | |
download | historical-49b24d0a3f87f04f745b10f912530a7e41260da3.tar.gz historical-49b24d0a3f87f04f745b10f912530a7e41260da3.tar.bz2 historical-49b24d0a3f87f04f745b10f912530a7e41260da3.zip |
USE=postgres should set --with-pgsql, reported by Krzysztof Tomczyk (#222317)
Package-Manager: portage-2.1.5.2
Diffstat (limited to 'net-analyzer/nagios-plugins/nagios-plugins-1.4.11-r102.ebuild')
-rw-r--r-- | net-analyzer/nagios-plugins/nagios-plugins-1.4.11-r102.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.4.11-r102.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.4.11-r102.ebuild index 77bb5c5e2bb2..e5a1a41b259f 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-1.4.11-r102.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-1.4.11-r102.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/net-analyzer/nagios-plugins/nagios-plugins-1.4.11-r102.ebuild,v 1.1 2008/04/27 18:25:06 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.11-r102.ebuild,v 1.2 2008/05/21 18:09:33 dertobi123 Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -71,7 +71,7 @@ src_compile() { econf \ $(use_with mysql) \ - $(use_with postgres) \ + $(use_with postgres pgsql) \ $(use_with ipv6) \ ${conf} \ --host=${CHOST} \ |