pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-open4



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jan  9 06:29:07 UTC 2023

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

Log Message:
devel/ruby-open4: add USE_LANGUAGES

Add "USE_LANGUAGES=     # none".


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-open4/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-open4/Makefile
diff -u pkgsrc/devel/ruby-open4/Makefile:1.3 pkgsrc/devel/ruby-open4/Makefile:1.4
--- pkgsrc/devel/ruby-open4/Makefile:1.3        Sun Feb  1 16:08:38 2015
+++ pkgsrc/devel/ruby-open4/Makefile    Mon Jan  9 06:29:07 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/02/01 16:08:38 taca Exp $
+# $NetBSD: Makefile,v 1.4 2023/01/09 06:29:07 taca Exp $
 
 DISTNAME=      open4-1.3.4
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -9,5 +9,7 @@ HOMEPAGE=       https://github.com/ahoward/ope
 COMMENT=       Ruby library to manage child processes
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index