summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/ruby-sass/Makefile4
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"