diff options
author | wiz <wiz@pkgsrc.org> | 2016-01-12 09:40:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-01-12 09:40:55 +0000 |
commit | 462bec2e29fffeadefd0e2d440584f5cbcf62b7c (patch) | |
tree | 229f17294f46629d0afbc474f5e93ce7540c4f18 | |
parent | b725ce9972bccebfafa168ab411dcde53f6e0d72 (diff) | |
download | pkgsrc-462bec2e29fffeadefd0e2d440584f5cbcf62b7c.tar.gz |
Remove unnecessary line.
-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" |