diff options
author | Koen Kooi <koen@openembedded.org> | 2006-09-16 15:32:44 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-09-16 15:32:44 +0000 |
commit | 3fd4143c04a1852bc6763ce7db427c348e319945 (patch) | |
tree | a810733443cbbd7d83dedd695d54945d8242c8e5 /packages/abiword/abiword.inc | |
parent | acbdb8c50bdca29010c6e2cd908ee866de9b544d (diff) |
abiword.inc: fix up DEPENDS
Diffstat (limited to 'packages/abiword/abiword.inc')
-rw-r--r-- | packages/abiword/abiword.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/abiword/abiword.inc b/packages/abiword/abiword.inc index 657ed618c9..495bafcbe6 100644 --- a/packages/abiword/abiword.inc +++ b/packages/abiword/abiword.inc @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.abiword.org"" MAINTAINER = "Koen Kooi <koen@linuxtogo.org>" LICENSE = "GPLv2" -DEPENDS = "perl-native libgsf libgnomeprint libgnomeprintui libglade libfribidi enchant jpeg libpng perl glibc libxml2" +DEPENDS = "perl-native libgsf libgnomeprint libgnomeprintui libglade libfribidi enchant jpeg libpng libxml2" RDEPENDS = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \ glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" PR="r1" |