diff options
author | taca <taca@pkgsrc.org> | 2011-08-13 00:33:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-08-13 00:33:58 +0000 |
commit | baf173b1415c4b0c8a3569a412ee86001a3e8112 (patch) | |
tree | 5534f5611d94ecf12f8c7417e9a71d6d3db8b225 /www/thoth-flickr | |
parent | 1c5c54a7a382451cb93f7351037beda33c5b333d (diff) | |
download | pkgsrc-baf173b1415c4b0c8a3569a412ee86001a3e8112.tar.gz |
- Fix dependency pattern.
- Relax dependency in gemspec.
Bump PKGREVISION.
Diffstat (limited to 'www/thoth-flickr')
-rw-r--r-- | www/thoth-flickr/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/thoth-flickr/Makefile b/www/thoth-flickr/Makefile index d940f6cd71b..31b6ac319ff 100644 --- a/www/thoth-flickr/Makefile +++ b/www/thoth-flickr/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2010/09/10 13:28:21 taca Exp $ +# $NetBSD: Makefile,v 1.3 2011/08/13 00:33:58 taca Exp $ DISTNAME= thoth_flickr-0.1.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g} +PKGREVISION= 1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,8 +10,10 @@ HOMEPAGE= http://thothblog.org/ COMMENT= Flickr plugin for the Thoth blog engine LICENSE= modified-bsd -DEPENDS+= ${RUBY_PKGPREFIX}-net-flickr>=0.0.1:../../www/ruby-net-flickr +DEPENDS+= ${RUBY_PKGPREFIX}-net-flickr>=0.0.1<0.2:../../www/ruby-net-flickr DEPENDS+= ${RUBY_PKGPREFIX}-thoth>=0.1.0:../../www/thoth +OVERRIDE_GEMSPEC+= thoth>=0.1.0 + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |