Sun Aug 25 16:10:08 2019 UTC ()
ruby-twitter-text-simpleidn: fix pasto in DEPEND line.


(tsutsui)
diff -r1.1 -r1.2 pkgsrc/net/ruby-twitter-text-simpleidn/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/net/ruby-twitter-text-simpleidn/Makefile (expand / switch to context diff)
--- pkgsrc/net/ruby-twitter-text-simpleidn/Makefile 2019/08/25 15:05:00 1.1
+++ pkgsrc/net/ruby-twitter-text-simpleidn/Makefile 2019/08/25 16:10:08 1.2
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/25 15:05:00 tsutsui Exp $
+# $NetBSD: Makefile,v 1.2 2019/08/25 16:10:08 tsutsui Exp $
 
 DISTNAME=	twitter-text-simpleidn-3.0.0.0
 CATEGORIES=	net
@@ -9,7 +9,7 @@
 LICENSE=	apache-2.0
 
 DEPENDS+=	${RUBY_PKGPREFIX}-unf-[0-9]*:../../converters/ruby-unf
-DEPENDS+=	${RUBY_PKGPREFIX}-idn-[0-9]*:../../devel/ruby-simpleidn
+DEPENDS+=	${RUBY_PKGPREFIX}-simpleidn-[0-9]*:../../devel/ruby-simpleidn
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"