diff options
author | mef <mef@pkgsrc.org> | 2015-09-04 13:16:15 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-09-04 13:16:15 +0000 |
commit | 4f95e91ae09c5bf51e276b5c688359e9d9f27c69 (patch) | |
tree | 0d0fed89fb5a5fa998710002f12a93d9faeeefb0 /www/p5-Hijk | |
parent | 3661e723bbbc8f612e559feb2600bc59d918f8d6 (diff) | |
download | pkgsrc-4f95e91ae09c5bf51e276b5c688359e9d9f27c69.tar.gz |
Add following line for make test
BUILD_DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
(But still fails at signal handling at pbulk)
Diffstat (limited to 'www/p5-Hijk')
-rw-r--r-- | www/p5-Hijk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Hijk/Makefile b/www/p5-Hijk/Makefile index b2b2c6c0693..1db8d28ee6f 100644 --- a/www/p5-Hijk/Makefile +++ b/www/p5-Hijk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/08/06 09:12:20 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/09/04 13:16:15 mef Exp $ DISTNAME= Hijk-0.24 PKGNAME= p5-${DISTNAME} @@ -13,6 +13,7 @@ LICENSE= mit # for make test BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception BUILD_DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +BUILD_DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes PERL5_PACKLIST= auto/Hijk/.packlist USE_LANGUAGES= # none |