diff options
Diffstat (limited to 'net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild')
-rw-r--r-- | net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild index d21269192028..df6393efa1a0 100644 --- a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild +++ b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild,v 1.1 2006/01/16 16:52:33 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild,v 1.2 2006/08/14 09:46:08 dragonheart Exp $ MY_PV=${PV/_p/-} DESCRIPTION="Cactid is a poller for Cacti that primarily strives to be as fast @@ -28,7 +28,7 @@ src_unpack() { } src_compile() { - export WANT_AUTOCONF=2.59 + export WANT_AUTOCONF=2.5 aclocal || die "aclocal failed" autoconf || die "autoconf failed" econf || die "econf failed" |