pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-ethon



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb 14 15:34:38 UTC 2021

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

Log Message:
www/ruby-ethon: Add USE_LANGUAGES line

Add "USE_LANGUAGES=     # empty".


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-ethon/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-ethon/Makefile
diff -u pkgsrc/www/ruby-ethon/Makefile:1.1 pkgsrc/www/ruby-ethon/Makefile:1.2
--- pkgsrc/www/ruby-ethon/Makefile:1.1  Tue Apr 14 15:52:00 2020
+++ pkgsrc/www/ruby-ethon/Makefile      Sun Feb 14 15:34:38 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/04/14 15:52:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/14 15:34:38 taca Exp $
 
 DISTNAME=      ethon-0.12.0
 CATEGORIES=    www
@@ -11,5 +11,7 @@ LICENSE=      mit
 DEPENDS+=      ${RUBY_PKGPREFIX}-ffi>=1.3.0:../../devel/ruby-ffi
 DEPENDS+=      curl-[0-9]*:../../www/curl
 
+USE_LANGUAGES= # empty
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index