diff options
author | taca <taca@pkgsrc.org> | 2011-08-13 00:17:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-08-13 00:17:40 +0000 |
commit | 866ee603885b51a8d1d3b39ec8d36e8d043a7dda (patch) | |
tree | 3a16c7281a40ef2cec09305bd61295d37949d4c8 /www/merb-exceptions/Makefile | |
parent | 26b9d995582ac30b6e39c823f3212b40728aa678 (diff) | |
download | pkgsrc-866ee603885b51a8d1d3b39ec8d36e8d043a7dda.tar.gz |
- Fix dependency pattern.
Bump PKGREVISION.
Diffstat (limited to 'www/merb-exceptions/Makefile')
-rw-r--r-- | www/merb-exceptions/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/merb-exceptions/Makefile b/www/merb-exceptions/Makefile index 779974650e6..1e159dcd714 100644 --- a/www/merb-exceptions/Makefile +++ b/www/merb-exceptions/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 02:59:29 taca Exp $ +# $NetBSD: Makefile,v 1.2 2011/08/13 00:18:06 taca Exp $ DISTNAME= merb-exceptions-1.1.3 +PKGREVISION= 1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,8 +9,8 @@ HOMEPAGE= http://www.merbivore.com/ COMMENT= Merb plugin that supports exception notification LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=1.1.3:../../www/merb-core -DEPENDS+= ${RUBY_PKGPREFIX}-merb-mailer>=1.1.3:../../www/merb-mailer +DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=1.1.3<1.2:../../www/merb-core +DEPENDS+= ${RUBY_PKGPREFIX}-merb-mailer>=1.1.3<1.2:../../www/merb-mailer .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |