summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/ruby-jekyll/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/ruby-jekyll/Makefile b/www/ruby-jekyll/Makefile
index 6eca5ce5d8b..325f822b369 100644
--- a/www/ruby-jekyll/Makefile
+++ b/www/ruby-jekyll/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2014/03/26 14:27:23 taca Exp $
+# $NetBSD: Makefile,v 1.10 2015/02/02 12:35:11 jperkin Exp $
DISTNAME= jekyll-1.2.0
+PKGREVISION= 1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -21,7 +22,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-redcarpet>=3.0.0:../../textproc/ruby-redcarpet
RUBY_VERSION_SUPPORTED= 200 193 21
-OVERRIDE_GEMSPEC= directory-watcher>=1.5.1 safe_yaml>=0.9.5 redcarpet>=3.0.0
+OVERRIDE_GEMSPEC= directory_watcher>=1.5.1 safe_yaml>=0.9.5 redcarpet>=3.0.0
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"