diff options
author | taca <taca> | 2011-08-13 00:11:40 +0000 |
---|---|---|
committer | taca <taca> | 2011-08-13 00:11:40 +0000 |
commit | 8489304b4edd9b8286421e60af83fd9547fcb777 (patch) | |
tree | a6fd7f75410d5d2202c1e0d7b866921af498819f /www/merb-assets | |
parent | 6d83948433f0f88fecdb0968396f30419bb4015a (diff) | |
download | pkgsrc-8489304b4edd9b8286421e60af83fd9547fcb777.tar.gz |
- Fix dependency pattern.
Bump PKGREVISION.
Diffstat (limited to 'www/merb-assets')
-rw-r--r-- | www/merb-assets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/merb-assets/Makefile b/www/merb-assets/Makefile index 2941ead3882..31cac8f4700 100644 --- a/www/merb-assets/Makefile +++ b/www/merb-assets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2010/09/13 14:32:40 taca Exp $ +# $NetBSD: Makefile,v 1.4 2011/08/13 00:11:40 taca Exp $ DISTNAME= merb-assets-1.1.3 CATEGORIES= www @@ -8,7 +8,7 @@ HOMEPAGE= http://www.merbivore.com/ COMMENT= Merb plugin that provides helpers for assets and asset bundling 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 CONFLICTS+= merb-assets-[0-9]* |