diff options
Diffstat (limited to 'textproc/p5-Net-Dict/Makefile')
-rw-r--r-- | textproc/p5-Net-Dict/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/p5-Net-Dict/Makefile b/textproc/p5-Net-Dict/Makefile index 0e7537400b2..06979b442c6 100644 --- a/textproc/p5-Net-Dict/Makefile +++ b/textproc/p5-Net-Dict/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:25 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2016/06/07 21:23:21 mef Exp $ # -DISTNAME= Net-Dict-2.19 +DISTNAME= Net-Dict-2.21 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -20,6 +19,8 @@ DEPENDS+= p5-AppConfig-Std-[0-9]*:../../devel/p5-AppConfig-Std DEPENDS+= p5-Tk-[0-9]*:../../x11/p5-Tk # only for make test DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences +# for make test +BUILD_DEPENDS+= p5-Test-RequiresInternet-[0-9]*:../../net/p5-Test-RequiresInternet REPLACE_PERL+= dict REPLACE_PERL+= tkdict |