summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2014-12-10 01:54:33 +0000
committerschmonz <schmonz@pkgsrc.org>2014-12-10 01:54:33 +0000
commit001a3ad5673efef3da0303c1568d1a020b191788 (patch)
tree53f64a1bfe23d72b98126def5def907511346bb1 /textproc
parentce659ecf6d8e4f6bac1f279c3bdf0ab27d4f6ae2 (diff)
downloadpkgsrc-001a3ad5673efef3da0303c1568d1a020b191788.tar.gz
Relax the version constraint to accept the latest ruby-mini_portile.
Diffstat (limited to 'textproc')
-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 512f2c7db71..158598169a2 100644
--- a/textproc/ruby-nokogiri/Makefile
+++ b/textproc/ruby-nokogiri/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2014/04/28 01:23:40 taca Exp $
+# $NetBSD: Makefile,v 1.23 2014/12/10 01:54:33 schmonz Exp $
DISTNAME= nokogiri-1.6.1
CATEGORIES= textproc
@@ -10,7 +10,7 @@ LICENSE= mit
CONFLICTS+= ruby[1-9][0-9][0-9]-nokogiri-[0-9]*
-DEPENDS+= ${RUBY_PKGPREFIX}-mini_portile>=0.5.0<0.6:../../misc/ruby-mini_portile
+DEPENDS+= ${RUBY_PKGPREFIX}-mini_portile>=0.5.0<0.6.2:../../misc/ruby-mini_portile
USE_GCC_RUNTIME= yes
MAKE_ENV+= NOKOGIRI_USE_SYSTEM_LIBRARIES=yes