diff options
Diffstat (limited to 'textproc/ruby-ferret/Makefile')
-rw-r--r-- | textproc/ruby-ferret/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ruby-ferret/Makefile b/textproc/ruby-ferret/Makefile index 0604eda3b73..9354a47fb85 100644 --- a/textproc/ruby-ferret/Makefile +++ b/textproc/ruby-ferret/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/12/17 13:55:27 taca Exp $ +# $NetBSD: Makefile,v 1.10 2014/03/13 11:08:52 jperkin Exp $ DISTNAME= ferret-0.11.8.5 CATEGORIES= textproc @@ -8,5 +8,7 @@ HOMEPAGE= https://github.com/jkraemer/ferret/ COMMENT= Text search engine library written for Ruby LICENSE= mit +USE_GCC_RUNTIME= yes + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |