pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-highline



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb  3 14:38:49 UTC 2019

Modified Files:
        pkgsrc/devel/ruby-highline: Makefile

Log Message:
devel/ruby-highline/Makefile: add "USE_LANGUAGES= # none"

Add "USE_LANGUAGES= # none".


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/ruby-highline/Makefile

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

Modified files:

Index: pkgsrc/devel/ruby-highline/Makefile
diff -u pkgsrc/devel/ruby-highline/Makefile:1.22 pkgsrc/devel/ruby-highline/Makefile:1.23
--- pkgsrc/devel/ruby-highline/Makefile:1.22    Sun Feb  3 14:37:02 2019
+++ pkgsrc/devel/ruby-highline/Makefile Sun Feb  3 14:38:49 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/02/03 14:37:02 taca Exp $
+# $NetBSD: Makefile,v 1.23 2019/02/03 14:38:49 taca Exp $
 
 DISTNAME=      highline-2.0.1
 CATEGORIES=    net security
@@ -8,5 +8,7 @@ HOMEPAGE=       https://github.com/JEG2/highli
 COMMENT=       High-level console IO library
 LICENSE=       gnu-gpl-v2 OR ruby-license
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index