diff options
-rw-r--r-- | textproc/ruby-xpath/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ruby-xpath/Makefile b/textproc/ruby-xpath/Makefile index 088ebfae5f9..c76c5105701 100644 --- a/textproc/ruby-xpath/Makefile +++ b/textproc/ruby-xpath/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/07/04 00:23:24 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2014/07/05 09:52:45 jperkin Exp $ DISTNAME= xpath-2.0.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -13,5 +13,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.3:../../textproc/ruby-nokogiri USE_LANGUAGES= # none +RUBY_VERSION_SUPPORTED= 21 200 193 + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |