diff options
author | Marc Hildebrand <zypher@gentoo.org> | 2004-07-19 05:53:53 +0000 |
---|---|---|
committer | Marc Hildebrand <zypher@gentoo.org> | 2004-07-19 05:53:53 +0000 |
commit | 760cb1959011b513f4a119e2fab106c55d6c4067 (patch) | |
tree | fc2d5e61e5273ccd624f57b033920544b070dc2b /media-gfx/inkscape | |
parent | Adding some checking on amd64 to save 32bit systems and install links properl... (diff) | |
download | gentoo-2-760cb1959011b513f4a119e2fab106c55d6c4067.tar.gz gentoo-2-760cb1959011b513f4a119e2fab106c55d6c4067.tar.bz2 gentoo-2-760cb1959011b513f4a119e2fab106c55d6c4067.zip |
dependencies fixed
Diffstat (limited to 'media-gfx/inkscape')
-rw-r--r-- | media-gfx/inkscape/inkscape-0.39.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-gfx/inkscape/inkscape-0.39.ebuild b/media-gfx/inkscape/inkscape-0.39.ebuild index 79f279339572..fb7b313e30f9 100644 --- a/media-gfx/inkscape/inkscape-0.39.ebuild +++ b/media-gfx/inkscape/inkscape-0.39.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.39.ebuild,v 1.1 2004/07/18 16:32:50 zypher Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.39.ebuild,v 1.2 2004/07/19 05:53:53 zypher Exp $ inherit gnome2 eutils @@ -17,11 +17,13 @@ RDEPEND=">=x11-libs/gtk+-2.4.1 >=media-libs/libart_lgpl-2.3.16 >=dev-libs/libxml2-2.6.7 >=x11-libs/pango-1.4.0 + dev-perl/XML-Parser virtual/xft media-libs/fontconfig dev-libs/popt sys-libs/zlib media-libs/libpng + =sys-devel/gcc-3* =dev-libs/libsigc++-1.2* gnome? ( >=gnome-base/libgnomeprint-2.2 >=gnome-base/libgnomeprintui-2.2 )" |