diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-18 11:04:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-18 11:04:10 +0200 |
commit | 3ec8f60098663d824db8ae45cd02240b5df55d1f (patch) | |
tree | a1e1a550841c70c57bcaa6f72837650d66782954 /package/xterm/Makefile | |
parent | cb11a40075cb65aec0a73f98751aa4879ab73719 (diff) | |
parent | 66a6c153d5db95eb0f35861269a7f5459f387e55 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/xterm/Makefile')
-rw-r--r-- | package/xterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/xterm/Makefile b/package/xterm/Makefile index a7f267a81..427bf5d0f 100644 --- a/package/xterm/Makefile +++ b/package/xterm/Makefile @@ -9,8 +9,8 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 3945ab70cfa2a9e95804157ee1b0f8e8 PKG_DESCR:= Terminal Emulator for X Windows PKG_SECTION:= x11/apps -PKG_DEPENDS:= libxaw libxt libncurses -PKG_BUILDDEP:= ncurses libXt libXmu libXaw +PKG_DEPENDS:= libxaw libxt libncurses libxft fontconfig +PKG_BUILDDEP:= ncurses libXt libXmu libXaw libXft PKG_URL:= http://invisible-island.net/xterm/xterm.html PKG_SITES:= ftp://invisible-island.net/xterm/ |