diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-07 11:41:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-07 11:41:41 +0200 |
commit | d856b6495b236a216813ce0527344ce80a486909 (patch) | |
tree | 7970cdef520439ccf7820b34b2bc5f7c655703ad | |
parent | 2f4bfa7dc8198335a8d822804625fb6f452d6adf (diff) |
add ncurses as dependency
-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 6c336d952..a7f267a81 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 -PKG_BUILDDEP:= libXt libXmu libXaw +PKG_DEPENDS:= libxaw libxt libncurses +PKG_BUILDDEP:= ncurses libXt libXmu libXaw PKG_URL:= http://invisible-island.net/xterm/xterm.html PKG_SITES:= ftp://invisible-island.net/xterm/ |