pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/ruby-tzinfo



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Jan  2 14:44:48 UTC 2019

Modified Files:
        pkgsrc/time/ruby-tzinfo: Makefile

Log Message:
time/ruby-tzinfo: add USE_LANGUAGES=

Add "USE_LANGUAGES=     # none".


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/time/ruby-tzinfo/Makefile

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

Modified files:

Index: pkgsrc/time/ruby-tzinfo/Makefile
diff -u pkgsrc/time/ruby-tzinfo/Makefile:1.42 pkgsrc/time/ruby-tzinfo/Makefile:1.43
--- pkgsrc/time/ruby-tzinfo/Makefile:1.42       Wed Feb 28 15:10:01 2018
+++ pkgsrc/time/ruby-tzinfo/Makefile    Wed Jan  2 14:44:48 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2018/02/28 15:10:01 taca Exp $
+# $NetBSD: Makefile,v 1.43 2019/01/02 14:44:48 taca Exp $
 
 DISTNAME=      tzinfo-1.2.5
 CATEGORIES=    time
@@ -10,5 +10,7 @@ LICENSE=      mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-thread_safe>=0.1<1:../../misc/ruby-thread_safe
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index