diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-07 18:44:41 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-07 18:44:41 +0100 |
commit | 41fa61e1a26ffa8b637b824f54701fa402b52c70 (patch) | |
tree | 281c867fa04fd0ba930f816558c12921e4cb0534 | |
parent | 5888b9a982ec425571d6129a72a63a019623f3a2 (diff) |
add dependencies
-rw-r--r-- | package/rxvt-unicode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/rxvt-unicode/Makefile b/package/rxvt-unicode/Makefile index f6918ad68..626c9bf54 100644 --- a/package/rxvt-unicode/Makefile +++ b/package/rxvt-unicode/Makefile @@ -9,8 +9,8 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 49bb52c99e002bf85eb41d8385d903b5 PKG_DESCR:= x-term with unicode support PKG_SECTION:= x11 -PKG_DEPENDS:= libx11 fontconfig libxft -PKG_BUILDDEP+= libX11 fontconfig libXft +PKG_DEPENDS:= libx11 fontconfig libxft libxml2 +PKG_BUILDDEP+= libX11 fontconfig libXft libxml2 PKG_URL:= http://software.schmorp.de/pkg/rxvt-unicode.html PKG_SITES:= http://dist.schmorp.de/rxvt-unicode/ |