diff options
-rw-r--r-- | math/ruby-roo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/ruby-roo/Makefile b/math/ruby-roo/Makefile index 388996b5f44..cfbd14f0ae3 100644 --- a/math/ruby-roo/Makefile +++ b/math/ruby-roo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/01/12 09:39:55 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2016/01/12 09:40:55 wiz Exp $ DISTNAME= roo-2.3.1 CATEGORIES= math @@ -11,7 +11,5 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri-[0-9]*:../../textproc/ruby-nokogiri DEPENDS+= ${RUBY_PKGPREFIX}-zip-[0-9]*:../../archivers/ruby-zip -RUBYGEM_OPTIONS+= --format-executable - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |