summaryrefslogtreecommitdiff
path: root/misc/ruby-launchy
diff options
context:
space:
mode:
authortaca <taca>2013-02-27 03:58:12 +0000
committertaca <taca>2013-02-27 03:58:12 +0000
commitdb5bb6ddf37b46af3739e81b0c9ebb33abe255a8 (patch)
tree0052d534db96fa084266db6a7f884848814fc771 /misc/ruby-launchy
parent62767841a8b45d75d3b6470bcae9f1df5e5ad323 (diff)
downloadpkgsrc-db5bb6ddf37b46af3739e81b0c9ebb33abe255a8.tar.gz
Add correct dependency to ruby-rdoc.
Since dependency has also changed with ruby193, bump PKGREVISION.
Diffstat (limited to 'misc/ruby-launchy')
-rw-r--r--misc/ruby-launchy/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/ruby-launchy/Makefile b/misc/ruby-launchy/Makefile
index 548f053f72b..30c41290d13 100644
--- a/misc/ruby-launchy/Makefile
+++ b/misc/ruby-launchy/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2013/02/13 15:37:05 taca Exp $
+# $NetBSD: Makefile,v 1.10 2013/02/27 03:58:12 taca Exp $
DISTNAME= launchy-2.2.0
+PKGREVISION= 1
CATEGORIES= misc
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -11,6 +12,7 @@ LICENSE= isc
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3<3:../../net/ruby-addressable
USE_RAKE= YES
+RUBY_RDOC_REQD= 3.12
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"