diff options
author | schmonz <schmonz> | 2014-12-10 01:54:33 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2014-12-10 01:54:33 +0000 |
commit | 412b84aadd514bd423e8097849f8c9184f156657 (patch) | |
tree | 53f64a1bfe23d72b98126def5def907511346bb1 /textproc | |
parent | 67eeb60886a49f991b722aa61b652aa5bf524ba4 (diff) | |
download | pkgsrc-412b84aadd514bd423e8097849f8c9184f156657.tar.gz |
Relax the version constraint to accept the latest ruby-mini_portile.
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 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 |