Sat Jan 26 10:55:43 2013 UTC ()
fix missing dependency on ruby-levenshtein


(obache)
diff -r1.18 -r1.19 pkgsrc/devel/ruby-gettext/Makefile

cvs diff -r1.18 -r1.19 pkgsrc/devel/ruby-gettext/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-gettext/Makefile 2013/01/12 06:45:21 1.18
+++ pkgsrc/devel/ruby-gettext/Makefile 2013/01/26 10:55:43 1.19
@@ -1,19 +1,21 @@ @@ -1,19 +1,21 @@
1# $NetBSD: Makefile,v 1.18 2013/01/12 06:45:21 taca Exp $ 1# $NetBSD: Makefile,v 1.19 2013/01/26 10:55:43 obache Exp $
2 2
3DISTNAME= gettext-2.3.7 3DISTNAME= gettext-2.3.7
 4PKGREVISION= 1
4CATEGORIES= devel 5CATEGORIES= devel
5 6
6MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://ruby-gettext.github.com/ 8HOMEPAGE= http://ruby-gettext.github.com/
8COMMENT= Ruby localization library like as GNU gettext 9COMMENT= Ruby localization library like as GNU gettext
9LICENSE= ruby-license OR gnu-gpl-v2 10LICENSE= ruby-license OR gnu-gpl-v2
10 11
11DEPENDS+= ${RUBY_PKGPREFIX}-locale>=2.0.5:../../devel/ruby-locale 12DEPENDS+= ${RUBY_PKGPREFIX}-locale>=2.0.5:../../devel/ruby-locale
 13DEPENDS+= ${RUBY_PKGPREFIX}-levenshtein-[0-9]*:../../textproc/ruby-levenshtein
12 14
13OVERRIDE_GEMSPEC= :files po/de/gettext.po.bak= po/gettext.pot~= 15OVERRIDE_GEMSPEC= :files po/de/gettext.po.bak= po/gettext.pot~=
14 16
15pre-configure: 17pre-configure:
16 cd ${WRKSRC}; ${FIND} . -type f -print | ${XARGS} ${CHMOD} g-w 18 cd ${WRKSRC}; ${FIND} . -type f -print | ${XARGS} ${CHMOD} g-w
17 19
18.include "../../lang/ruby/gem.mk" 20.include "../../lang/ruby/gem.mk"
19.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"