pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-rouge



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Mar 21 16:48:18 UTC 2020

Modified Files:
        pkgsrc/www/ruby-rouge: Makefile

Log Message:
www/ruby-rouge: add USE_LANGUAGES

Add "USE_LANGUAGES=     # none".


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ruby-rouge/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-rouge/Makefile
diff -u pkgsrc/www/ruby-rouge/Makefile:1.9 pkgsrc/www/ruby-rouge/Makefile:1.10
--- pkgsrc/www/ruby-rouge/Makefile:1.9  Wed Mar 11 08:27:25 2020
+++ pkgsrc/www/ruby-rouge/Makefile      Sat Mar 21 16:48:18 2020
@@ -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"



Home | Main Index | Thread Index | Old Index