summaryrefslogtreecommitdiffstats
path: root/src/ncurses.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-07-27 17:24:38 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-07-27 17:24:38 (GMT)
commit667dae05c735e770364b2685525d7be5b5f398df (patch)
tree0773a76a8acaf3fc959a2b8b4fb3a724c2ee3d01 /src/ncurses.mk
parent29d5b527732d5ebd5493606472ec6696bc510652 (diff)
downloadmxe-667dae05c735e770364b2685525d7be5b5f398df.zip
mxe-667dae05c735e770364b2685525d7be5b5f398df.tar.gz
mxe-667dae05c735e770364b2685525d7be5b5f398df.tar.bz2
ncurses: depend on libgnurx
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/ncurses.mk')
-rw-r--r--src/ncurses.mk2
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' | \