Tue Jan 12 09:40:55 2016 UTC ()
Remove unnecessary line.


(wiz)
diff -r1.1 -r1.2 pkgsrc/math/ruby-roo/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/math/ruby-roo/Makefile (expand / switch to unified diff)

--- pkgsrc/math/ruby-roo/Makefile 2016/01/12 09:39:55 1.1
+++ pkgsrc/math/ruby-roo/Makefile 2016/01/12 09:40:55 1.2
@@ -1,17 +1,15 @@ @@ -1,17 +1,15 @@
1# $NetBSD: Makefile,v 1.1 2016/01/12 09:39:55 wiz Exp $ 1# $NetBSD: Makefile,v 1.2 2016/01/12 09:40:55 wiz Exp $
2 2
3DISTNAME= roo-2.3.1 3DISTNAME= roo-2.3.1
4CATEGORIES= math 4CATEGORIES= math
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/roo-rb/roo 7HOMEPAGE= https://github.com/roo-rb/roo
8COMMENT= Ruby library to read and write Spreadsheet Documents 8COMMENT= Ruby library to read and write Spreadsheet Documents
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri-[0-9]*:../../textproc/ruby-nokogiri 11DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri-[0-9]*:../../textproc/ruby-nokogiri
12DEPENDS+= ${RUBY_PKGPREFIX}-zip-[0-9]*:../../archivers/ruby-zip 12DEPENDS+= ${RUBY_PKGPREFIX}-zip-[0-9]*:../../archivers/ruby-zip
13 13
14RUBYGEM_OPTIONS+= --format-executable 
15 
16.include "../../lang/ruby/gem.mk" 14.include "../../lang/ruby/gem.mk"
17.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"