diff options
author | obache <obache@pkgsrc.org> | 2010-10-02 08:58:56 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-02 08:58:56 +0000 |
commit | e8e92278fa8d43962cb3eec847a218471721e01f (patch) | |
tree | ab741444827192cb7474aa187bc03a9ebde2b9ba /www | |
parent | c94329339ae29bdee33eba708253bddca44e63f4 (diff) | |
download | pkgsrc-e8e92278fa8d43962cb3eec847a218471721e01f.tar.gz |
Fixes CONFLICTS pattern, to allow ruby??-comass-susy-plugin.
Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-compass/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/ruby-compass/Makefile b/www/ruby-compass/Makefile index 3e397a3e976..35d7408d7c9 100644 --- a/www/ruby-compass/Makefile +++ b/www/ruby-compass/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2010/09/10 12:58:46 taca Exp $ +# $NetBSD: Makefile,v 1.3 2010/10/02 08:58:56 obache Exp $ DISTNAME= compass-0.10.5 +PKGREVISION= 1 CATEGORIES= www #MASTER_SITES= http://gems.github.com/gems/ @@ -11,7 +12,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-haml>=3.0.0:../../textproc/ruby-haml -CONFLICTS+= ruby[1-9][0-9]-compass-* +CONFLICTS+= ruby[1-9][0-9]-compass-[0-9]* .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |