diff options
author | taca <taca@pkgsrc.org> | 2016-10-22 12:19:32 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-10-22 12:19:32 +0000 |
commit | 57f3357680b908c1c0458353a653ec54e0e5f495 (patch) | |
tree | a67ef40e7313d76e449dd08e4228f42bd8898bd3 /www/ruby-jekyll | |
parent | 8ba83e9a856a9e8a63bd2535c3aefa2a90e09b25 (diff) | |
download | pkgsrc-57f3357680b908c1c0458353a653ec54e0e5f495.tar.gz |
Restrict ruby22 and ruby23 by ruby-jekyll-watch through ruby-dep
and ruby-listen.
Diffstat (limited to 'www/ruby-jekyll')
-rw-r--r-- | www/ruby-jekyll/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/ruby-jekyll/Makefile b/www/ruby-jekyll/Makefile index 7a88a97a211..3e995ed39b0 100644 --- a/www/ruby-jekyll/Makefile +++ b/www/ruby-jekyll/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2016/10/18 10:34:29 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2016/10/22 12:19:32 taca Exp $ DISTNAME= jekyll-3.3.0 CATEGORIES= www @@ -21,5 +21,8 @@ DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.4<3:../../net/ruby-addressable RUBYGEM_OPTIONS+= --format-executable +# restricted by ruby-jekyll-watch through ruby-dep and ruby-listen +RUBY_VERSIONS_ACCEPTED= 22 23 + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |