diff options
Diffstat (limited to 'textproc/ruby-nokogiri/Makefile')
-rw-r--r-- | textproc/ruby-nokogiri/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ruby-nokogiri/Makefile b/textproc/ruby-nokogiri/Makefile index 9a6febd3827..c95ab4cde72 100644 --- a/textproc/ruby-nokogiri/Makefile +++ b/textproc/ruby-nokogiri/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/01/01 11:52:36 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2014/03/13 11:08:53 jperkin Exp $ DISTNAME= nokogiri-1.5.11 PKGREVISION= 1 @@ -11,6 +11,8 @@ LICENSE= mit CONFLICTS+= ruby[1-9][0-9][0-9]-nokogiri-[0-9]* +USE_GCC_RUNTIME= yes + .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/libxslt/buildlink3.mk" .include "../../lang/ruby/gem.mk" |