diff options
author | taca <taca@pkgsrc.org> | 2017-06-17 05:08:29 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-06-17 05:08:29 +0000 |
commit | b590f56fb9c72d148ccc5d733c9dd826b2f6d63a (patch) | |
tree | 701be1325f8e26b759711ae4799e8f6ead963490 /www/thoth-delicious | |
parent | 2593d4aa89067e19844f22a240b33628567b047d (diff) | |
download | pkgsrc-b590f56fb9c72d148ccc5d733c9dd826b2f6d63a.tar.gz |
Oops, more clean up for ruby-json dependency.
Bump PKGREVISION.
Diffstat (limited to 'www/thoth-delicious')
-rw-r--r-- | www/thoth-delicious/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/thoth-delicious/Makefile b/www/thoth-delicious/Makefile index a8eac272a7e..9aaaa66ccab 100644 --- a/www/thoth-delicious/Makefile +++ b/www/thoth-delicious/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2015/03/01 15:39:43 taca Exp $ +# $NetBSD: Makefile,v 1.8 2017/06/17 05:08:29 taca Exp $ DISTNAME= thoth_delicious-0.1.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -12,9 +12,8 @@ LICENSE= modified-bsd DEPENDS+= ${RUBY_PKGPREFIX}-thoth>=0.1.0:../../www/thoth -OVERRIDE_GEMSPEC+= json-pure>=1.1.2 thoth>=0.1.0 -RUBY_JSON_REQD= 1.1.2 -RUBY_JSON_TYPE= pure +OVERRIDE_GEMSPEC+= thoth>=0.1.0 +OVERRIDE_GEMSPEC+= json_pure:json>=1.1.2 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |