diff options
Diffstat (limited to 'www/thin/Makefile')
-rw-r--r-- | www/thin/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/thin/Makefile b/www/thin/Makefile index 8fc43af29a8..f214ff2df40 100644 --- a/www/thin/Makefile +++ b/www/thin/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2015/03/08 16:10:37 taca Exp $ +# $NetBSD: Makefile,v 1.18 2015/10/04 15:40:20 taca Exp $ -DISTNAME= thin-1.6.3 -PKGREVISION= 1 +DISTNAME= thin-1.6.4 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -11,7 +10,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-rack15>=1.0.0:../../www/ruby-rack15 DEPENDS+= ${RUBY_PKGPREFIX}-daemons>=1.0.9:../../misc/ruby-daemons -DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=1.0.0:../../devel/ruby-eventmachine +DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=1.0.4:../../devel/ruby-eventmachine USE_GCC_RUNTIME= yes RUBYGEM_OPTIONS+= --format-executable |