summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-02-07 14:55:55 +0000
committertaca <taca@pkgsrc.org>2011-02-07 14:55:55 +0000
commite6fbd22d12bc9eccbb9d4020570655acaa805f94 (patch)
treeb3f6897ecbe46daa01abba9971910fb26c258826 /www
parent0976617d619e67d4d8d71d88e3e53d8af0d31ecd (diff)
downloadpkgsrc-e6fbd22d12bc9eccbb9d4020570655acaa805f94.tar.gz
Remove RUBY_REQD which specify older version of
current supported version of Ruby. No functional change.
Diffstat (limited to 'www')
-rw-r--r--www/mongrel/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/mongrel/Makefile b/www/mongrel/Makefile
index ff5ffc3df0e..779a2db47f6 100644
--- a/www/mongrel/Makefile
+++ b/www/mongrel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2010/09/13 14:39:31 taca Exp $
+# $NetBSD: Makefile,v 1.12 2011/02/07 14:55:56 taca Exp $
DISTNAME= mongrel-1.1.5
PKGREVISION= 1
@@ -14,7 +14,5 @@ DEPENDS+= ${RUBY_PKGPREFIX}-gem_plugin>=0.2.3:../../misc/ruby-gem_plugin
CONFLICTS+= ruby[1-9][0-9]-mongrel-[0-9]* mongrel-[0-9]*
-RUBY_REQD= 1.8.6.110
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"