diff options
Diffstat (limited to 'net-analyzer/pmacct/pmacct-0.11.4.ebuild')
-rw-r--r-- | net-analyzer/pmacct/pmacct-0.11.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/pmacct/pmacct-0.11.4.ebuild b/net-analyzer/pmacct/pmacct-0.11.4.ebuild index ba0a7b3870e9..3bdb22c842c5 100644 --- a/net-analyzer/pmacct/pmacct-0.11.4.ebuild +++ b/net-analyzer/pmacct/pmacct-0.11.4.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/pmacct/pmacct-0.11.4.ebuild,v 1.2 2008/01/20 19:17:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.11.4.ebuild,v 1.3 2008/03/31 17:46:39 cedk Exp $ DESCRIPTION="A network tool to gather ip traffic informations" HOMEPAGE="http://www.pmacct.net/" @@ -13,7 +13,7 @@ IUSE="64bit debug ipv6 mmap mysql postgres sqlite3" RDEPEND="net-libs/libpcap mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql ) + postgres? ( dev-db/libpq ) sqlite3? ( =dev-db/sqlite-3* )" DEPEND="${RDEPEND}" |