summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2020-03-24 17:08:44 +0000
committertaca <taca@pkgsrc.org>2020-03-24 17:08:44 +0000
commit82ad467aa35b9ee984035549b43fab7e0ce7fbea (patch)
tree131c788d75b3d47a6c11a514b9dfd09af51a1ef4 /textproc
parent8f083e4f86b29b31b5f1676c61197204429955c6 (diff)
downloadpkgsrc-82ad467aa35b9ee984035549b43fab7e0ce7fbea.tar.gz
textproc/ruby-temple: add USE_LANGUAGES
add "USE_LANGUAGES= # none".
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-temple/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-temple/Makefile b/textproc/ruby-temple/Makefile
index 00233f99aeb..73ac2e8f9e4 100644
--- a/textproc/ruby-temple/Makefile
+++ b/textproc/ruby-temple/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/03/24 17:07:55 taca Exp $
+# $NetBSD: Makefile,v 1.3 2020/03/24 17:08:44 taca Exp $
DISTNAME= temple-0.8.2
CATEGORIES= textproc
@@ -8,7 +8,7 @@ HOMEPAGE= https://github.com/judofyr/temple
COMMENT= Template compilation framework in Ruby
LICENSE= mit
-#RUBYGEM_OPTIONS+= --format-executable
+USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"