diff options
Diffstat (limited to 'textproc/ruby-nokogiri/Makefile')
-rw-r--r-- | textproc/ruby-nokogiri/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/ruby-nokogiri/Makefile b/textproc/ruby-nokogiri/Makefile index a73adcdf77e..aea5a56b3fc 100644 --- a/textproc/ruby-nokogiri/Makefile +++ b/textproc/ruby-nokogiri/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2011/04/22 13:44:52 obache Exp $ +# $NetBSD: Makefile,v 1.6 2011/06/16 15:34:12 taca Exp $ -DISTNAME= nokogiri-1.4.4 -PKGREVISION= 2 +DISTNAME= nokogiri-1.4.5 CATEGORIES= textproc MAINTAINER= filip@joyent.com @@ -9,7 +8,7 @@ HOMEPAGE= http://nokogiri.org/ COMMENT= HTML, XML, SAX, and Reader parser with XPath and CSS selector support LICENSE= mit -CONFLICTS+= ruby[1-9][0-9]-nokogiri-* +CONFLICTS+= ruby[1-9][0-9]-nokogiri-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir |