summaryrefslogtreecommitdiff
path: root/misc/ruby-launchy/Makefile
diff options
context:
space:
mode:
authortaca <taca>2011-06-19 01:49:27 +0000
committertaca <taca>2011-06-19 01:49:27 +0000
commitf0e86b1dfd6092baaef302b0ae3f536bf96c3900 (patch)
tree5655ddb2c7841254ac3ca96b67cdd2b2c9510acd /misc/ruby-launchy/Makefile
parentefe199cfd59a855eb6cf4ee56135316a8df8d35d (diff)
downloadpkgsrc-f0e86b1dfd6092baaef302b0ae3f536bf96c3900.tar.gz
Update ruby-launchy package to 0.4.0.
= Launchy Changlog == Version 0.4.0 - 2011-01-27 * Add support for file:/// schema (postmodern)
Diffstat (limited to 'misc/ruby-launchy/Makefile')
-rw-r--r--misc/ruby-launchy/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/ruby-launchy/Makefile b/misc/ruby-launchy/Makefile
index 447e3dba777..723f616668e 100644
--- a/misc/ruby-launchy/Makefile
+++ b/misc/ruby-launchy/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2010/09/10 07:24:27 taca Exp $
+# $NetBSD: Makefile,v 1.4 2011/06/19 01:49:27 taca Exp $
-DISTNAME= launchy-0.3.7
+DISTNAME= launchy-0.4.0
CATEGORIES= misc
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -10,5 +10,7 @@ LICENSE= isc
DEPENDS+= ${RUBY_PKGPREFIX}-configuration>=0.0.5:../../misc/ruby-configuration
+USE_RAKE= YES
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"