diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2005-09-24 05:53:14 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2005-09-24 05:53:14 +0000 |
commit | 21024421e3b534c49a606090a83924c5e6f9b4f8 (patch) | |
tree | 771ab87eedced9cfc3d2b902675d3a83f6d1a237 /media-gfx/graphviz/graphviz-2.4.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-2.4.ebuild')
-rw-r--r-- | media-gfx/graphviz/graphviz-2.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/graphviz/graphviz-2.4.ebuild b/media-gfx/graphviz/graphviz-2.4.ebuild index 57b2fba48a84..17992d8c3637 100644 --- a/media-gfx/graphviz/graphviz-2.4.ebuild +++ b/media-gfx/graphviz/graphviz-2.4.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-2.4.ebuild,v 1.1 2005/08/02 20:15:54 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.4.ebuild,v 1.2 2005/09/24 05:53:14 halcy0n Exp $ DESCRIPTION="Open Source Graph Visualization Software" HOMEPAGE="http://www.graphviz.org/" @@ -16,6 +16,7 @@ RDEPEND=">=sys-libs/zlib-1.1.3 >=media-libs/jpeg-6b media-libs/freetype media-libs/fontconfig + sys-devel/gettext dev-libs/expat sys-libs/zlib tcltk? ( >=dev-lang/tk-8.3 ) |