diff options
author | taca <taca@pkgsrc.org> | 2017-01-08 05:36:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-01-08 05:36:55 +0000 |
commit | 092bfbec019342498fb0434b127aa7d188498b0a (patch) | |
tree | 015990b9dad9b9047fa803177cdf149e446009ce /textproc | |
parent | 3b6cb656b320f7bd4695f0937db599ead15887f0 (diff) | |
download | pkgsrc-092bfbec019342498fb0434b127aa7d188498b0a.tar.gz |
Now gemspec dose not require ruby-pkg-config any more.
Bump PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-nokogiri/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-nokogiri/Makefile b/textproc/ruby-nokogiri/Makefile index 0d2289b36fe..444df2f87d6 100644 --- a/textproc/ruby-nokogiri/Makefile +++ b/textproc/ruby-nokogiri/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2017/01/07 22:30:13 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2017/01/08 05:36:55 taca Exp $ DISTNAME= nokogiri-1.7.0.1 +PKGREVISION= 1 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +9,6 @@ HOMEPAGE= http://nokogiri.org/ COMMENT= HTML, XML, SAX, and Reader parser with XPath and CSS selector support LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-pkg-config>=1.1.7<1.2:../../devel/ruby-pkg-config DEPENDS+= ${RUBY_PKGPREFIX}-mini_portile2>=2.1.0:../../misc/ruby-mini_portile2 USE_GCC_RUNTIME= yes |