summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/rrdtool/rrdtool-1.3.8.ebuild')
-rw-r--r--net-analyzer/rrdtool/rrdtool-1.3.8.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild b/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild
index 0d407bccfb64..09655d1937be 100644
--- a/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild
+++ b/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild,v 1.2 2009/06/01 17:48:04 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild,v 1.3 2009/06/01 19:58:42 pva Exp $
EAPI="2"
@@ -29,7 +29,8 @@ RDEPEND="
!dev-ruby/ruby-rrd )"
DEPEND="${RDEPEND}
- nls? ( >=dev-util/intltool-0.35 )
+ nls? ( >=dev-util/intltool-0.35
+ sys-devel/gettext )
sys-apps/gawk"
pkg_setup() {
@@ -42,6 +43,7 @@ src_configure() {
export RRDDOCDIR=/usr/share/doc/${PF}
econf $(use_enable rrdcgi) \
+ $(use_enable nls) \
$(use_enable nls libintl) \
$(use_enable ruby) \
$(use_enable ruby ruby-site-install) \