diff options
author | Chris Larson <clarson@kergoth.com> | 2004-07-02 21:54:16 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-07-02 21:54:16 +0000 |
commit | 995161d9c5b8b571be91e9f47cb5dd7a376df8ab (patch) | |
tree | b96a1b336eeeea7765cbbee1fc8ee7a579b1cab1 /gif2png | |
parent | aa1acc005fba121a63f980235c0a33e6a059e18c (diff) |
Remove base/ CATEGORY remnants.
BKrev: 40e5d988_ZJmyu3FYHwcnSRm2W9QGA
Diffstat (limited to 'gif2png')
-rw-r--r-- | gif2png/gif2png_2.5.1.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gif2png/gif2png_2.5.1.oe b/gif2png/gif2png_2.5.1.oe index 248b31cd1a..205c0f15a0 100644 --- a/gif2png/gif2png_2.5.1.oe +++ b/gif2png/gif2png_2.5.1.oe @@ -1,7 +1,7 @@ DESCRIPTION = "A TCP/IP Daemon simplifying the communication with GPS devices" SECTION = "net" PRIORITY = "optional" -DEPENDS = "base/zlib libpng" +DEPENDS = "zlib libpng" SRC_URI = "http://www.catb.org/~esr/gif2png/gif2png-${PV}.tar.gz" |