summaryrefslogtreecommitdiffstats
path: root/openwrt/package/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-05 09:55:24 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-05 09:55:24 +0000
commit48ccf2d413af93161cf00b9216dc13552927b6de (patch)
tree7365fb093c0242eae89f7834f82e8dce9563a013 /openwrt/package/Makefile
parent9976bd7be6237d2abedc2ca88b191af9b6362ac2 (diff)
oops... forgot ncurses depend in screen package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@806 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r--openwrt/package/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile
index 384ea0060..404d890c5 100644
--- a/openwrt/package/Makefile
+++ b/openwrt/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