summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild')
-rw-r--r--net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild
index 21c80f6d5944..9e3f1d24252e 100644
--- a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild
+++ b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild
@@ -1,6 +1,9 @@
# 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.6e.ebuild,v 1.4 2006/08/14 09:46:08 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild,v 1.5 2006/10/31 23:23:02 jokey Exp $
+
+WANT_AUTOCONF="latest"
+inherit autotools
DESCRIPTION="Cactid is a poller for Cacti that primarily strives to be as fast
as possible"
@@ -27,9 +30,8 @@ src_unpack() {
}
src_compile() {
- export WANT_AUTOCONF=2.5
- aclocal || die "aclocal failed"
- autoconf || die "autoconf failed"
+ eaclocal
+ eautoconf
econf || die "econf failed"
emake || die "emake failed"
}