diff options
author | 2005-09-24 05:53:14 +0000 | |
---|---|---|
committer | 2005-09-24 05:53:14 +0000 | |
commit | 21024421e3b534c49a606090a83924c5e6f9b4f8 (patch) | |
tree | 771ab87eedced9cfc3d2b902675d3a83f6d1a237 /media-gfx/graphviz/graphviz-1.12-r1.ebuild | |
parent | Fix building without java and libxslt >=1.1.5, closes bug #106174 (diff) | |
download | gentoo-2-21024421e3b534c49a606090a83924c5e6f9b4f8.tar.gz gentoo-2-21024421e3b534c49a606090a83924c5e6f9b4f8.tar.bz2 gentoo-2-21024421e3b534c49a606090a83924c5e6f9b4f8.zip |
Added sys-devel/gettext to DEPEND; bug #81395
(Portage version: 2.0.52-r1)
Diffstat (limited to 'media-gfx/graphviz/graphviz-1.12-r1.ebuild')
-rw-r--r-- | media-gfx/graphviz/graphviz-1.12-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/graphviz/graphviz-1.12-r1.ebuild b/media-gfx/graphviz/graphviz-1.12-r1.ebuild index 550011636d4f..21ca28f4011d 100644 --- a/media-gfx/graphviz/graphviz-1.12-r1.ebuild +++ b/media-gfx/graphviz/graphviz-1.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.12-r1.ebuild,v 1.7 2005/05/30 04:43:16 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.12-r1.ebuild,v 1.8 2005/09/24 05:53:14 halcy0n Exp $ inherit gnuconfig eutils @@ -20,6 +20,7 @@ DEPEND=">=sys-libs/zlib-1.1.3 >=media-libs/jpeg-6b media-libs/freetype dev-util/pkgconfig + sys-devel/gettext tcltk? ( >=dev-lang/tk-8.3 )" src_unpack() { |