aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abiword
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-09-16 15:32:44 +0000
committerKoen Kooi <koen@openembedded.org>2006-09-16 15:32:44 +0000
commit3fd4143c04a1852bc6763ce7db427c348e319945 (patch)
treea810733443cbbd7d83dedd695d54945d8242c8e5 /packages/abiword
parentacbdb8c50bdca29010c6e2cd908ee866de9b544d (diff)
downloadopenembedded-3fd4143c04a1852bc6763ce7db427c348e319945.tar.gz
abiword.inc: fix up DEPENDS
Diffstat (limited to 'packages/abiword')
-rw-r--r--packages/abiword/abiword.inc2
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"