diff options
author | taca <taca> | 2015-03-08 16:10:37 +0000 |
---|---|---|
committer | taca <taca> | 2015-03-08 16:10:37 +0000 |
commit | fab6c6d6b889d9fd5208d7e0dff7606495f4c479 (patch) | |
tree | 0a92e02c8c36e13a5558d0ddf71c2e1fbf56b7ac /www/thin | |
parent | 72a7fd3d99ddd8634c22dabb87d7c9e4dbc21f20 (diff) | |
download | pkgsrc-fab6c6d6b889d9fd5208d7e0dff7606495f4c479.tar.gz |
Depends on ruby-rack15 instead of ruby-rack to solve indirect dependency
problem.
Noted by joerg@ via private e-mail.
Diffstat (limited to 'www/thin')
-rw-r--r-- | www/thin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/thin/Makefile b/www/thin/Makefile index 5004dfce28b..8fc43af29a8 100644 --- a/www/thin/Makefile +++ b/www/thin/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2015/03/01 15:41:36 taca Exp $ +# $NetBSD: Makefile,v 1.17 2015/03/08 16:10:37 taca Exp $ DISTNAME= thin-1.6.3 +PKGREVISION= 1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +9,7 @@ HOMEPAGE= http://code.macournoyer.com/thin/ COMMENT= Fast and very simple Ruby web server LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.0.0:../../www/ruby-rack +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 |