summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2019-11-18 16:20:22 +0000
committertaca <taca@pkgsrc.org>2019-11-18 16:20:22 +0000
commit42c27ed7b24c8bdfdba5ee5dd1d2187b969c5254 (patch)
tree4e5d4473237112bb919d334387d4f16242cb62c0 /misc
parent276c050894d44ff7b514a38d9a6ab8fde686cfd9 (diff)
downloadpkgsrc-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 'misc')
-rw-r--r--misc/ruby-launchy/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/ruby-launchy/Makefile b/misc/ruby-launchy/Makefile
index ef3cc7639e1..2c68806ad86 100644
--- a/misc/ruby-launchy/Makefile
+++ b/misc/ruby-launchy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2016/11/19 14:38:03 taca Exp $
+# $NetBSD: Makefile,v 1.15 2019/11/18 16:20:22 taca Exp $
DISTNAME= launchy-2.4.3
CATEGORIES= misc
@@ -10,7 +10,5 @@ LICENSE= isc
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3<3:../../net/ruby-addressable
-USE_RAKE= YES
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"