diff options
Diffstat (limited to 'www/ruby-puma/Makefile')
-rw-r--r-- | www/ruby-puma/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ruby-puma/Makefile b/www/ruby-puma/Makefile index 48c23aca012..da9be17e747 100644 --- a/www/ruby-puma/Makefile +++ b/www/ruby-puma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/09/15 17:39:31 taca Exp $ +# $NetBSD: Makefile,v 1.3 2014/03/13 11:08:53 jperkin Exp $ DISTNAME= puma-2.6.0 CATEGORIES= www @@ -12,5 +12,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.2<2:../../www/ruby-rack CONFLICTS+= ruby[1-9][0-9][0-9]-puma-[0-9]* +USE_GCC_RUNTIME= yes + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |