pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-iniparse devel/ruby-iniparse: add USE_LANGU...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92b54b6abbab
branches:  trunk
changeset: 424258:92b54b6abbab
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 08 14:19:09 2020 +0000

description:
devel/ruby-iniparse: add USE_LANGUAGES

Add "USE_LANGUAGES=  # none".

diffstat:

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

diffs (17 lines):

diff -r 75bbd606ceaf -r 92b54b6abbab devel/ruby-iniparse/Makefile
--- a/devel/ruby-iniparse/Makefile      Sun Mar 08 14:17:56 2020 +0000
+++ b/devel/ruby-iniparse/Makefile      Sun Mar 08 14:19:09 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/03/08 14:17:56 taca Exp $
+# $NetBSD: Makefile,v 1.4 2020/03/08 14:19:09 taca Exp $
 
 DISTNAME=      iniparse-1.5.0
 CATEGORIES=    devel
@@ -8,5 +8,7 @@
 COMMENT=       Pure Ruby library for parsing INI documents
 LICENSE=       apache-2.0
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index