diff options
author | taca <taca@pkgsrc.org> | 2013-02-27 03:58:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-02-27 03:58:12 +0000 |
commit | d73175e36a10122e3b43828824b121c87c96f452 (patch) | |
tree | 0052d534db96fa084266db6a7f884848814fc771 /misc/ruby-launchy | |
parent | df6c43b51151a1f6fe7a206cfc80eb0ef3d5228d (diff) | |
download | pkgsrc-d73175e36a10122e3b43828824b121c87c96f452.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/Makefile | 4 |
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" |