From 2279ae9c06c71fff15dc93a3300f4cc1b6f84a32 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 25 Jul 2009 22:07:24 +0000 Subject: [PATCH] [package] put mercurial and subversion into their own submenus git-svn-id: svn://svn.openwrt.org/openwrt/packages@16986 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/mercurial/Makefile | 1 + net/subversion/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/net/mercurial/Makefile b/net/mercurial/Makefile index b22a9296b..86d7b6e47 100644 --- a/net/mercurial/Makefile +++ b/net/mercurial/Makefile @@ -25,6 +25,7 @@ define Package/mercurial DEPENDS:=python TITLE:=Mercurial Source Control Management (SCM) system URL:=http://www.selenic.com/mercurial/ + SUBMENU:=Version Control Systems endef define Package/mercurial/description diff --git a/net/subversion/Makefile b/net/subversion/Makefile index 40202d935..bd10b3d96 100644 --- a/net/subversion/Makefile +++ b/net/subversion/Makefile @@ -25,7 +25,7 @@ define Package/subversion/Default TITLE:=A compelling replacement for CVS DEPENDS:=+zlib +libneon +libintl +libapr +libaprutil +libpthread URL:=http://subversion.tigris.org/ - SUBMENU:=subversion + SUBMENU:=Version Control Systems endef define Package/subversion/Default/description