diff options
author | Chris Larson <clarson@kergoth.com> | 2004-10-18 21:16:25 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-10-18 21:16:25 +0000 |
commit | 4c88fcf974c86a0ebc0d6500993dd5acf97841aa (patch) | |
tree | 7287610922514583f8968a26c133952d89ebd863 /wget | |
parent | 26257eb700e72797fb4752ee55e8bc9c9cf98952 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/packages
2004/10/18 16:06:57-05:00 handhelds.org!kergoth
Add gettext-native to wget's DEPENDS.
BKrev: 417432a9Tb3nRa-IAqmGeJFV6Vl1xg
Diffstat (limited to 'wget')
-rw-r--r-- | wget/wget_1.9.1.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wget/wget_1.9.1.oe b/wget/wget_1.9.1.oe index bc9dc35c8f..d2b4e905cf 100644 --- a/wget/wget_1.9.1.oe +++ b/wget/wget_1.9.1.oe @@ -1,6 +1,7 @@ DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more." SECTION = "console/network" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" +DEPENDS = "gettext-native" PR = "r1" SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \ |