diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-07-27 17:24:38 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-07-27 17:24:38 (GMT) |
commit | 667dae05c735e770364b2685525d7be5b5f398df (patch) | |
tree | 0773a76a8acaf3fc959a2b8b4fb3a724c2ee3d01 | |
parent | 29d5b527732d5ebd5493606472ec6696bc510652 (diff) | |
download | mxe-667dae05c735e770364b2685525d7be5b5f398df.zip mxe-667dae05c735e770364b2685525d7be5b5f398df.tar.gz mxe-667dae05c735e770364b2685525d7be5b5f398df.tar.bz2 |
ncurses: depend on libgnurx
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r-- | src/ncurses.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ncurses.mk b/src/ncurses.mk index b99f3ed..859240f 100644 --- a/src/ncurses.mk +++ b/src/ncurses.mk @@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 3e042e5f2c7223bffdaac9646a533b8c758b65b5 $(PKG)_SUBDIR := ncurses-$($(PKG)_VERSION) $(PKG)_FILE := ncurses-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://ftp.gnu.org/pub/gnu/ncurses/$($(PKG)_FILE) -$(PKG)_DEPS := gcc +$(PKG)_DEPS := gcc libgnurx define $(PKG)_UPDATE $(WGET) -q -O- 'http://ftp.gnu.org/pub/gnu/ncurses/?C=M;O=D' | \ |