summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2020-03-21 16:48:18 +0000
committertaca <taca@pkgsrc.org>2020-03-21 16:48:18 +0000
commit55d3cf0f07d2ea2827fce833c4bbc04e221c32ae (patch)
treead7b64fa0d4a95e35485a50f59006f56a5b00e83 /www
parent8063a293e3c4527d9d2fb18b8e27590ef8b14686 (diff)
downloadpkgsrc-55d3cf0f07d2ea2827fce833c4bbc04e221c32ae.tar.gz
www/ruby-rouge: add USE_LANGUAGES
Add "USE_LANGUAGES= # none".
Diffstat (limited to 'www')
-rw-r--r--www/ruby-rouge/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ruby-rouge/Makefile b/www/ruby-rouge/Makefile
index ae751fa99a2..85b2a0b3df8 100644
--- a/www/ruby-rouge/Makefile
+++ b/www/ruby-rouge/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/03/11 08:27:25 fcambus Exp $
+# $NetBSD: Makefile,v 1.10 2020/03/21 16:48:18 taca Exp $
DISTNAME= rouge-3.17.0
CATEGORIES= www
@@ -8,6 +8,8 @@ HOMEPAGE= http://rouge.jneen.net/
COMMENT= Pure-ruby colorizer based on pygments
LICENSE= mit
+USE_LANGUAGES= # none
+
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"