diff options
author | Alberto Bursi <starshipeleven@outlook.com> | 2016-10-23 17:56:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-23 17:56:06 +0200 |
commit | 05d213405b0d6e5bfdc0025a7d51f2d7df2dbe4a (patch) | |
tree | 77170d35198bdfb5f8f18b10591b588834ca247d /utils/zsh | |
parent | 15077bebbc9b73792f1cb9a8c805de09a2c5b83f (diff) |
zsh: move to Shells submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat (limited to 'utils/zsh')
-rw-r--r-- | utils/zsh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/zsh/Makefile b/utils/zsh/Makefile index 2144a5b71..8bd4fcd7b 100644 --- a/utils/zsh/Makefile +++ b/utils/zsh/Makefile @@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/zsh SECTION:=utils CATEGORY:=Utilities + SUBMENU:=Shells TITLE:=The Z shell DEPENDS:=+libncurses +libncursesw +libpcre +librt URL:=http://www.zsh.org/ |