summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-01-19 11:24:11 +0000
committerwiz <wiz@pkgsrc.org>2018-01-19 11:24:11 +0000
commit964c852ce846ce1285873c6ca4366e66dff8a00c (patch)
treef87c8f54391dd824a91e0dd5cdce31d295de4a34 /filesystems
parent56bd9329eb7e95c20422b2f40384ea912a944ab3 (diff)
downloadpkgsrc-964c852ce846ce1285873c6ca4366e66dff8a00c.tar.gz
p5-Path-Tiny: remove unneeded build dependencies
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/p5-Path-Tiny/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/filesystems/p5-Path-Tiny/Makefile b/filesystems/p5-Path-Tiny/Makefile
index b0264c37f95..2f284d69aec 100644
--- a/filesystems/p5-Path-Tiny/Makefile
+++ b/filesystems/p5-Path-Tiny/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2018/01/19 09:27:48 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2018/01/19 11:24:11 wiz Exp $
DISTNAME= Path-Tiny-0.104
PKGNAME= p5-${DISTNAME}
@@ -13,10 +13,5 @@ LICENSE= apache-2.0
PERL5_PACKLIST= auto/Path/Tiny/.packlist
-BUILD_DEPENDS+= p5-Devel-Hide-[0-9]*:../../devel/p5-Devel-Hide
-BUILD_DEPENDS+= p5-File-pushd-[0-9]*:../../devel/p5-File-pushd
-BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
-BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
-
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"