diff options
Diffstat (limited to 'net-analyzer/rrdtool/rrdtool-1.2.15-r2.ebuild')
-rw-r--r-- | net-analyzer/rrdtool/rrdtool-1.2.15-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/rrdtool/rrdtool-1.2.15-r2.ebuild b/net-analyzer/rrdtool/rrdtool-1.2.15-r2.ebuild index 8c135c13cc5b..3c1a69813e5e 100644 --- a/net-analyzer/rrdtool/rrdtool-1.2.15-r2.ebuild +++ b/net-analyzer/rrdtool/rrdtool-1.2.15-r2.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/rrdtool/rrdtool-1.2.15-r2.ebuild,v 1.3 2006/11/27 23:33:26 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.2.15-r2.ebuild,v 1.4 2006/12/16 13:18:46 cedk Exp $ inherit perl-module flag-o-matic gnuconfig eutils multilib autotools @@ -57,7 +57,7 @@ src_compile() { if use tcl ; then myconf="${myconf} --with-tcllib=/usr/$(get_libdir)" else - myconf="${myconf} --without-tcllib" + myconf="${myconf} --disable-tcl" fi use python || myconf="${myconf} --disable-python" |