diff options
author | taca <taca@pkgsrc.org> | 2019-11-18 16:20:22 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-11-18 16:20:22 +0000 |
commit | 42c27ed7b24c8bdfdba5ee5dd1d2187b969c5254 (patch) | |
tree | 4e5d4473237112bb919d334387d4f16242cb62c0 /x11 | |
parent | 276c050894d44ff7b514a38d9a6ab8fde686cfd9 (diff) | |
download | pkgsrc-42c27ed7b24c8bdfdba5ee5dd1d2187b969c5254.tar.gz |
Remove USE_RAKE
Remove USE_RAKE. It was used to control dependency to ruby-rake package
befor ruby 2.0 days. Now all ruby*-base package contains rake command and
USE_RAKE is already not used in any where.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ruby-wxruby/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/ruby-wxruby/Makefile b/x11/ruby-wxruby/Makefile index 5a75b5f3a1d..da943dece54 100644 --- a/x11/ruby-wxruby/Makefile +++ b/x11/ruby-wxruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2019/07/21 22:26:04 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2019/11/18 16:20:23 taca Exp $ # DISTNAME= wxruby-2.0.1 @@ -14,7 +14,6 @@ LICENSE= mit BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-redcloth>=4.2.0:../../textproc/ruby-redcloth BUILD_TARGET= default html_docs -USE_RAKE= YES RAKE= ${RAKE_NAME} -I "./lib" USE_LANGUAGES= c++ USE_TOOLS= pax |