pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-rspec devel/ruby-rspec: Add USE_LANGUAGES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b27b4aa776b9
branches:  trunk
changeset: 343294:b27b4aa776b9
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Nov 02 14:40:25 2019 +0000

description:
devel/ruby-rspec: Add USE_LANGUAGES

Add "USE_LANGUAGES=     # none".

diffstat:

 devel/ruby-rspec/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d7eb290773e4 -r b27b4aa776b9 devel/ruby-rspec/Makefile
--- a/devel/ruby-rspec/Makefile Sat Nov 02 14:39:05 2019 +0000
+++ b/devel/ruby-rspec/Makefile Sat Nov 02 14:40:25 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/11/02 14:37:08 taca Exp $
+# $NetBSD: Makefile,v 1.25 2019/11/02 14:40:25 taca Exp $
 
 DISTNAME=      rspec-3.9.0
 CATEGORIES=    devel
@@ -12,5 +12,7 @@
 DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-expectations>=3.9.0<3.10:../../devel/ruby-rspec-expectations
 DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-mocks>=3.9.0<3.10:../../devel/ruby-rspec-mocks
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index