Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ruby-addressable net/ruby-addressable: add "USE_LA...
details: https://anonhg.NetBSD.org/pkgsrc/rev/61afeec322a3
branches: trunk
changeset: 434773:61afeec322a3
user: taca <taca%pkgsrc.org@localhost>
date: Sun Jun 21 15:48:47 2020 +0000
description:
net/ruby-addressable: add "USE_LANGUAGES= # none"
Add "USE_LANGUAGES= # none" for a pure ruby package.
diffstat:
net/ruby-addressable/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 2fd57ca5616c -r 61afeec322a3 net/ruby-addressable/Makefile
--- a/net/ruby-addressable/Makefile Sun Jun 21 15:42:40 2020 +0000
+++ b/net/ruby-addressable/Makefile Sun Jun 21 15:48:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2019/10/19 08:16:24 tsutsui Exp $
+# $NetBSD: Makefile,v 1.22 2020/06/21 15:48:47 taca Exp $
DISTNAME= addressable-2.7.0
CATEGORIES= net
@@ -10,5 +10,7 @@
DEPENDS+= ${RUBY_PKGPREFIX}-public_suffix>=2.0.2:../../net/ruby-public_suffix
+USE_LANGUAGES= # none
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index