diff options
-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" |