diff options
-rw-r--r-- | databases/ruby-mysql/Makefile | 3 | ||||
-rw-r--r-- | graphics/ruby-imlib2/Makefile | 4 | ||||
-rw-r--r-- | misc/rubygems/Makefile | 3 | ||||
-rw-r--r-- | www/mongrel/Makefile | 4 |
4 files changed, 4 insertions, 10 deletions
diff --git a/databases/ruby-mysql/Makefile b/databases/ruby-mysql/Makefile index 7b633f1a743..c89aa395ebd 100644 --- a/databases/ruby-mysql/Makefile +++ b/databases/ruby-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2010/09/30 10:49:16 obache Exp $ +# $NetBSD: Makefile,v 1.33 2011/02/07 14:55:55 taca Exp $ # DISTNAME= mysql-ruby-2.8.2 @@ -15,7 +15,6 @@ LICENSE= gnu-gpl-v2 OR ruby-license PKG_DESTDIR_SUPPORT= user-destdir -RUBY_REQD= 1.8.2 USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install CONFIGURE_ARGS+= --with-mysql-config diff --git a/graphics/ruby-imlib2/Makefile b/graphics/ruby-imlib2/Makefile index 0344407eba5..6eb111eb67e 100644 --- a/graphics/ruby-imlib2/Makefile +++ b/graphics/ruby-imlib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2011/01/13 13:38:20 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2011/02/07 14:55:56 taca Exp $ DISTNAME= imlib2-ruby-0.5.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//} @@ -13,8 +13,6 @@ LICENSE= mit GEM_CLEANBUILD= Makefile *.o imlib2.${RUBY_DLEXT} mkmf.log -RUBY_REQD= 1.8.0 - pre-configure: ${CHMOD} -R g-w ${WRKSRC} diff --git a/misc/rubygems/Makefile b/misc/rubygems/Makefile index ae1d85f993f..d3879378641 100644 --- a/misc/rubygems/Makefile +++ b/misc/rubygems/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2010/09/16 12:02:05 taca Exp $ +# $NetBSD: Makefile,v 1.35 2011/02/07 14:55:56 taca Exp $ DISTNAME= rubygems-1.3.7 CATEGORIES= misc ruby @@ -18,7 +18,6 @@ CONFLICTS+= rubygems-[0-9]* NO_CONFIGURE= yes NO_BUILD= yes -RUBY_REQD= 1.8.7 RUBY_VERSION= ${RUBY18_VERSION} RUBY_VERSION_SUPPORTED= 18 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" |