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-haml | |
parent | 26b9d995582ac30b6e39c823f3212b40728aa678 (diff) | |
download | pkgsrc-866ee603885b51a8d1d3b39ec8d36e8d043a7dda.tar.gz |
- Fix dependency pattern.
Bump PKGREVISION.
Diffstat (limited to 'www/merb-haml')
-rw-r--r-- | www/merb-haml/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/merb-haml/Makefile b/www/merb-haml/Makefile index ff0e53d5085..8c62b45f6c7 100644 --- a/www/merb-haml/Makefile +++ b/www/merb-haml/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2010/09/13 14:32:41 taca Exp $ +# $NetBSD: Makefile,v 1.4 2011/08/13 00:19:01 taca Exp $ DISTNAME= merb-haml-1.1.3 +PKGREVISION= 1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +9,7 @@ HOMEPAGE= http://www.merbivore.com/ COMMENT= Merb plugin that provides HAML template support LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=1.1.3:../../www/merb-core +DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=1.1.3<1.2:../../www/merb-core DEPENDS+= ${RUBY_PKGPREFIX}-haml>=2.0.3:../../textproc/ruby-haml CONFLICTS+= merb-haml-[0-9]* |