summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-08-13 00:33:36 +0000
committertaca <taca@pkgsrc.org>2011-08-13 00:33:36 +0000
commit1c5c54a7a382451cb93f7351037beda33c5b333d (patch)
tree0ea21be0a7a78653148783931c9ddccebf710a7d
parenta26e28f78d2bff43028476850afb7f8ae5afa154 (diff)
downloadpkgsrc-1c5c54a7a382451cb93f7351037beda33c5b333d.tar.gz
- Relax dependency in gemspec.
Bump PKGREVISION.
-rw-r--r--www/thoth-delicious/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/thoth-delicious/Makefile b/www/thoth-delicious/Makefile
index e1519c00b26..892e17a26c3 100644
--- a/www/thoth-delicious/Makefile
+++ b/www/thoth-delicious/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2010/09/10 13:26:30 taca Exp $
+# $NetBSD: Makefile,v 1.3 2011/08/13 00:33:36 taca Exp $
DISTNAME= thoth_delicious-0.1.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
+PKGREVISION= 1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -12,5 +13,7 @@ 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
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"