summaryrefslogtreecommitdiff
path: root/textproc/ruby-nokogiri
diff options
context:
space:
mode:
authortaca <taca>2017-01-08 05:36:55 +0000
committertaca <taca>2017-01-08 05:36:55 +0000
commit78ca15f00864bf485245711903fcda9b764a577e (patch)
treeba1833fbbd5a9678009cb324dcbdf89ebdaf6839 /textproc/ruby-nokogiri
parent3447668f031f4664efa82579709aa7d0b5d37d1c (diff)
downloadpkgsrc-78ca15f00864bf485245711903fcda9b764a577e.tar.gz
Now gemspec dose not require ruby-pkg-config any more.
Bump PKGREVISION.
Diffstat (limited to 'textproc/ruby-nokogiri')
-rw-r--r--textproc/ruby-nokogiri/Makefile4
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