Remove dependency to ruby-fastthread since it was already incorporated
to Ruby 1.8.6 patchlevel 110 and fixed some problem with it. Bump PKGREVISION.
This commit is contained in:
parent
5ae09460c0
commit
82ee424a96
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.4 2007/12/13 14:48:09 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2008/03/29 13:07:45 taca Exp $
|
||||
|
||||
DISTNAME= mongrel-1.0.1
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://rubyforge.org/frs/download.php/16719/
|
||||
EXTRACT_SUFX= .gem
|
||||
|
@ -11,7 +12,6 @@ COMMENT= Fast HTTP library and server for Ruby
|
|||
|
||||
BUILD_DEPENDS+= rake-[0-9]*:../../devel/rake
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-daemons>=1.0.3:../../misc/ruby-daemons
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-fastthread>=1.0.0:../../devel/ruby-fastthread
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-gem_plugin>=0.2.2:../../misc/ruby-gem_plugin
|
||||
DEPENDS+= rubygems-[0-9]*:../../misc/rubygems
|
||||
|
||||
|
|
Loading…
Reference in a new issue