pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/ocl-icd



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jun 10 06:02:14 UTC 2021

Modified Files:
        pkgsrc/parallel/ocl-icd: Makefile

Log Message:
ocl-icd: tool dependency on ruby


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/parallel/ocl-icd/Makefile

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

Modified files:

Index: pkgsrc/parallel/ocl-icd/Makefile
diff -u pkgsrc/parallel/ocl-icd/Makefile:1.1 pkgsrc/parallel/ocl-icd/Makefile:1.2
--- pkgsrc/parallel/ocl-icd/Makefile:1.1        Thu Jun 10 05:55:42 2021
+++ pkgsrc/parallel/ocl-icd/Makefile    Thu Jun 10 06:02:14 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/06/10 05:55:42 nia Exp $
+# $NetBSD: Makefile,v 1.2 2021/06/10 06:02:14 nia Exp $
 
 DISTNAME=      ocl-icd-2.3.0
 CATEGORIES=    parallel
@@ -19,6 +19,10 @@ USE_TOOLS+=  gmake
 TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
 TOOL_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
 
+.include "../../lang/ruby/rubyversion.mk"
+
+TOOL_DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
+
 PKGCONFIG_OVERRIDE+=   OpenCL.pc.in
 PKGCONFIG_OVERRIDE+=   ocl-icd.pc.in
 



Home | Main Index | Thread Index | Old Index