summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2020-06-14 16:12:09 +0000
committertaca <taca@pkgsrc.org>2020-06-14 16:12:09 +0000
commit4c126c434954302a6ee424ce4baa699a799f34fd (patch)
treedabf65fe9545e2517e56cadd7463815a16dd17f3 /devel
parent991991106db7c2b82463c168efb20d290228e711 (diff)
downloadpkgsrc-4c126c434954302a6ee424ce4baa699a799f34fd.tar.gz
devel/hoe: add USE_LANGUAGES
Add "USE_LANGUAGES= # none".
Diffstat (limited to 'devel')
-rw-r--r--devel/hoe/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/hoe/Makefile b/devel/hoe/Makefile
index 46c5cdb1f5c..f41668692f0 100644
--- a/devel/hoe/Makefile
+++ b/devel/hoe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2020/03/08 13:25:18 taca Exp $
+# $NetBSD: Makefile,v 1.53 2020/06/14 16:12:09 taca Exp $
DISTNAME= hoe-3.22.1
CATEGORIES= devel
@@ -8,6 +8,8 @@ HOMEPAGE= https://www.zenspider.com/projects/hoe.html
COMMENT= Rake extension to provide full project automation
LICENSE= mit
+USE_LANGUAGES= # empty
+
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"