diff options
author | taca <taca@pkgsrc.org> | 2011-06-19 07:34:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-06-19 07:34:55 +0000 |
commit | da7cee2291d3dfea2097816d1d7920bd15e18cb0 (patch) | |
tree | 81af49f434fa27f1bcbdcc7f5fd699301e094aad | |
parent | 04f52e327591be536973b212d721708f78e81db4 (diff) | |
download | pkgsrc-da7cee2291d3dfea2097816d1d7920bd15e18cb0.tar.gz |
Add conflict pattern between ruby18 and ruby19.
-rw-r--r-- | www/ruby-sass/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ruby-sass/Makefile b/www/ruby-sass/Makefile index 37e59f73d31..efb4e06559b 100644 --- a/www/ruby-sass/Makefile +++ b/www/ruby-sass/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/06/19 07:31:57 taca Exp $ +# $NetBSD: Makefile,v 1.2 2011/06/19 07:34:55 taca Exp $ DISTNAME= sass-3.1.2 CATEGORIES= www @@ -8,5 +8,7 @@ HOMEPAGE= http://sass-lang.com/ COMMENT= powerful but elegant CSS compiler that makes CSS fun again LICENSE= mit +CONFLICTS+= ruby[1-9][0-9]-sass-[0-9]* + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |