diff options
author | taca <taca> | 2011-08-13 00:33:58 +0000 |
---|---|---|
committer | taca <taca> | 2011-08-13 00:33:58 +0000 |
commit | a82a2834bef998ad7dd38322b14ef076a36dc323 (patch) | |
tree | 5534f5611d94ecf12f8c7417e9a71d6d3db8b225 | |
parent | b70932d5f42f6b21353b308240faadd14a62aae1 (diff) | |
download | pkgsrc-a82a2834bef998ad7dd38322b14ef076a36dc323.tar.gz |
- Fix dependency pattern.
- Relax dependency in gemspec.
Bump PKGREVISION.
-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" |