summaryrefslogtreecommitdiff
path: root/textproc/ruby-haml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-haml/Makefile')
-rw-r--r--textproc/ruby-haml/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/ruby-haml/Makefile b/textproc/ruby-haml/Makefile
index 502dce7166f..0cf002b7989 100644
--- a/textproc/ruby-haml/Makefile
+++ b/textproc/ruby-haml/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2013/02/22 19:59:07 shattered Exp $
+# $NetBSD: Makefile,v 1.13 2013/03/12 15:36:09 taca Exp $
-DISTNAME= haml-3.1.7
+DISTNAME= haml-4.0.0
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -8,7 +8,9 @@ HOMEPAGE= http://haml.info/
COMMENT= XHTML & CSS markup language & template engine
LICENSE= mit
-CONFLICTS+= ruby[1-9][0-9]-haml-[0-9]*
+DEPENDS+= ${RUBY_PKGPREFIX}-tilt>=0:../../textproc/ruby-tilt
+
+CONFLICTS+= ruby[1-9][0-9][0-9]-haml-[0-9]*
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"