pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-diva



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Mar 23 15:34:38 UTC 2020

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

Log Message:
devel/ruby-diva: add USE_LANGUAGES

Add "USE_LANGUAGES=     # none".


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-diva/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-diva/Makefile
diff -u pkgsrc/devel/ruby-diva/Makefile:1.6 pkgsrc/devel/ruby-diva/Makefile:1.7
--- pkgsrc/devel/ruby-diva/Makefile:1.6 Sun Feb 16 04:16:06 2020
+++ pkgsrc/devel/ruby-diva/Makefile     Mon Mar 23 15:34:38 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/02/16 04:16:06 tsutsui Exp $
+# $NetBSD: Makefile,v 1.7 2020/03/23 15:34:38 taca Exp $
 
 DISTNAME=      diva-1.0.2
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -11,5 +11,7 @@ LICENSE=      mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-addressable>=2.5.2<2.8:../../net/ruby-addressable
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index