diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-16 06:46:57 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-16 06:46:57 +0000 |
commit | 654abaacc8e90f051c9aff1851f8cdc92fd959b6 (patch) | |
tree | ca9cd607501caf80b5964f78caef764cc6c25172 /inkscape/inkscape_0.39.oe | |
parent | 81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (diff) |
Kill manual dependency on gettext-native in favor of inheriting the oeclass, in some packages.
BKrev: 4199a2611jNNB6rZRguDijjOn9uXgw
Diffstat (limited to 'inkscape/inkscape_0.39.oe')
-rw-r--r-- | inkscape/inkscape_0.39.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inkscape/inkscape_0.39.oe b/inkscape/inkscape_0.39.oe index d4122587cb..03ae8f4e94 100644 --- a/inkscape/inkscape_0.39.oe +++ b/inkscape/inkscape_0.39.oe @@ -3,9 +3,9 @@ DESCRIPTION = "Inkscape is an SVG-based graphics editor featuring alpha \ blending, node editing, SVG to PNG export, and more. Its goal is for features \ similar to Illustrator, CorelDraw, Visio, etc." MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -DEPENDS = "gettext-native intltool-native gtk+ libart-lgpl libxml2 libsigc++ popt" +DEPENDS = "intltool-native gtk+ libart-lgpl libxml2 libsigc++ popt" SRC_URI = "${SOURCEFORGE_MIRROR}/inkscape/inkscape-${PV}.tar.bz2" S = "${WORKDIR}/inkscape-${PV}" -inherit autotools +inherit autotools gettext gettext |