projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3251505
)
fix mercurial dependency against python, thanks KanjiMonster
author
Florian Fainelli
<florian@openwrt.org>
Sun, 5 Sep 2010 11:58:11 +0000
(11:58 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 5 Sep 2010 11:58:11 +0000
(11:58 +0000)
SVN-Revision: 22933
net/mercurial/Makefile
patch
|
blob
|
history
diff --git
a/net/mercurial/Makefile
b/net/mercurial/Makefile
index 6bdd55eb3ac4fe97f59eb26d4d522853ba816cd5..3c115fc815d914d46844587e59d1af26b66478ef 100644
(file)
--- a/
net/mercurial/Makefile
+++ b/
net/mercurial/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=mercurial
PKG_VERSION:=1.6.2
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE_URL:=http://mercurial.selenic.com/release
PKG_SOURCE:=mercurial-$(PKG_VERSION).tar.gz
@@
-22,7
+22,7
@@
$(call include_mk, python-package.mk)
define Package/mercurial
SECTION:=net
CATEGORY:=Network
- DEPENDS:=python
+ DEPENDS:=
+
python
TITLE:=Mercurial Source Control Management (SCM) system
URL:=http://mercurial.selenic.com/
SUBMENU:=Version Control Systems