summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2017-06-01 12:51:14 +0000
committertaca <taca@pkgsrc.org>2017-06-01 12:51:14 +0000
commita6a53a3e54f576725077587ed20587d5790d7586 (patch)
tree9b8d2a8b526e5c3f8fd396e40d282eb4f58fe2b4
parent1764dcc0250a4b06978931a6e8bacb0bf816bdd8 (diff)
downloadpkgsrc-a6a53a3e54f576725077587ed20587d5790d7586.tar.gz
Do not use "rake" as command name but use ${RAKE_NAME}.
-rw-r--r--x11/ruby-wxruby/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/ruby-wxruby/Makefile b/x11/ruby-wxruby/Makefile
index 55d2bde67c5..19b0f4ef236 100644
--- a/x11/ruby-wxruby/Makefile
+++ b/x11/ruby-wxruby/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2017/02/12 06:26:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2017/06/01 12:51:14 taca Exp $
#
DISTNAME= wxruby-2.0.1
@@ -15,7 +15,7 @@ BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-redcloth>=4.2.0:../../textproc/ruby-redcloth
BUILD_TARGET= default html_docs
USE_RAKE= YES
-RAKE= rake -I "./lib"
+RAKE= ${RAKE_NAME} -I "./lib"
USE_LANGUAGES= c++
USE_TOOLS= pax
REPLACE_RUBY_DIRS= samples