aboutsummaryrefslogtreecommitdiffstats
path: root/package/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-05-05 09:55:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-05-05 09:55:24 +0000
commit2a11a90a8478c16f5f7792ab7c6b516ad040ac21 (patch)
tree0345454aa51f2dce61c8e173155d0306fccff4c6 /package/Makefile
parent4d6b0e9a2732a88d5213b2664c45bed512cbe4b4 (diff)
downloadmaster-187ad058-2a11a90a8478c16f5f7792ab7c6b516ad040ac21.tar.gz
master-187ad058-2a11a90a8478c16f5f7792ab7c6b516ad040ac21.tar.bz2
master-187ad058-2a11a90a8478c16f5f7792ab7c6b516ad040ac21.zip
oops... forgot ncurses depend in screen package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@806 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile
index 384ea0060e..404d890c53 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -101,6 +101,7 @@ endif
ifneq ($(BR2_PACKAGE_ASTERISK_MYSQL),)
asterisk-compile: mysql-compile
endif
+screen-compile: ncurses-compile
openswan-compile: gmp-compile
nocatsplash-compile: glib-compile
arpwatch-compile: libpcap-compile