diff options
author | taca <taca@pkgsrc.org> | 2011-11-23 05:29:52 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-11-23 05:29:52 +0000 |
commit | 1d986b097a69b528f27dc16b2e848d1627b9714c (patch) | |
tree | 3132fc54bf6fd2a9fafca2b966784aae1fd82803 /www/thoth-delicious | |
parent | 98f82602a30838d0f8ee9109728fd03c49e7b591 (diff) | |
download | pkgsrc-1d986b097a69b528f27dc16b2e848d1627b9714c.tar.gz |
Use lang/ruby/json.mk to handle dependency to ruby-json.
Bump PKGREVISION since dependency would change with ruby193-base.
Diffstat (limited to 'www/thoth-delicious')
-rw-r--r-- | www/thoth-delicious/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/thoth-delicious/Makefile b/www/thoth-delicious/Makefile index 2ec29ec2008..90a4e14cde9 100644 --- a/www/thoth-delicious/Makefile +++ b/www/thoth-delicious/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2011/11/08 15:37:35 taca Exp $ +# $NetBSD: Makefile,v 1.5 2011/11/23 05:35:49 taca Exp $ DISTNAME= thoth_delicious-0.1.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -10,10 +10,11 @@ HOMEPAGE= http://thothblog.org/ COMMENT= del.icio.us plugin for the Thoth blog engine LICENSE= modified-bsd -DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=1.1.2:../../textproc/ruby-json-pure 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 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |