pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hoe



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jun 14 16:12:09 UTC 2020

Modified Files:
        pkgsrc/devel/hoe: Makefile

Log Message:
devel/hoe: add USE_LANGUAGES

Add "USE_LANGUAGES=     # none".


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/hoe/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/hoe/Makefile
diff -u pkgsrc/devel/hoe/Makefile:1.52 pkgsrc/devel/hoe/Makefile:1.53
--- pkgsrc/devel/hoe/Makefile:1.52      Sun Mar  8 13:25:18 2020
+++ pkgsrc/devel/hoe/Makefile   Sun Jun 14 16:12:09 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2020/03/08 13:25:18 taca Exp $
+# $NetBSD: Makefile,v 1.53 2020/06/14 16:12:09 taca Exp $
 
 DISTNAME=      hoe-3.22.1
 CATEGORIES=    devel
@@ -8,6 +8,8 @@ HOMEPAGE=       https://www.zenspider.com/proj
 COMMENT=       Rake extension to provide full project automation
 LICENSE=       mit
 
+USE_LANGUAGES= # empty
+
 RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index