diff options
| author | Florian Fainelli | 2009-07-25 22:07:24 +0000 |
|---|---|---|
| committer | Florian Fainelli | 2009-07-25 22:07:24 +0000 |
| commit | ef8aae376616197fd10ba00f9a36010b02e50fd1 (patch) | |
| tree | 404081c8141112febeec990b3f088048f079339a | |
| parent | e6067d84ecdab43fcc82bb68731aecf7dc8f67a5 (diff) | |
| download | archive-ef8aae376616197fd10ba00f9a36010b02e50fd1.tar.gz | |
[package] put mercurial and subversion into their own submenus
SVN-Revision: 16986
| -rw-r--r-- | net/mercurial/Makefile | 1 | ||||
| -rw-r--r-- | net/subversion/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/mercurial/Makefile b/net/mercurial/Makefile index b22a9296b3..86d7b6e479 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 40202d935b..bd10b3d969 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 |