summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca>2017-06-17 05:08:29 +0000
committertaca <taca>2017-06-17 05:08:29 +0000
commitac2110c1d2c2fde519637bd402a6c58b8469bb58 (patch)
treea91f536576c3b7a2630d4b95d8e81ab0684ad80a /www
parent848b49efe26ca570d2392896a14c4cfa245dd9fc (diff)
downloadpkgsrc-ac2110c1d2c2fde519637bd402a6c58b8469bb58.tar.gz
Oops, more clean up for ruby-json dependency.
Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r--www/thoth-delicious/Makefile9
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"