projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ece9b7b
)
[packages] ruby: add dependency on ruby-core to ruby-irb (closes: #5112)
author
Nicolas Thill
<nico@openwrt.org>
Wed, 13 May 2009 07:34:17 +0000
(07:34 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 13 May 2009 07:34:17 +0000
(07:34 +0000)
SVN-Revision: 15813
lang/ruby/Makefile
patch
|
blob
|
history
diff --git
a/lang/ruby/Makefile
b/lang/ruby/Makefile
index f1a682bed4364aad877a13d72fc2e6f54e7618fa..c2620711be17d0e4b2216e04a871ad8aab288069 100644
(file)
--- a/
lang/ruby/Makefile
+++ b/
lang/ruby/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=ruby
PKG_VERSION:=1.8.6-p287
-PKG_RELEASE:=
2
+PKG_RELEASE:=
3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=ftp://ftp.ruby-lang.org/pub/ruby/1.8/
@@
-80,7
+80,7
@@
endef
define Package/ruby-irb
$(call Package/ruby/Default)
TITLE+= (interactive shell)
- DEPENDS:=ruby
+ DEPENDS:=ruby
+ruby-core
endef
define Package/ruby-ncurses