summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-12-12 10:51:42 +0000
committerjoerg <joerg@pkgsrc.org>2014-12-12 10:51:42 +0000
commit72508b9c13e4a514c9e2ae38da4f9b5282d23ddc (patch)
tree63fc27bb11383ad5576ba3448998025a3c0a1d17 /editors
parent377adebbeb3deec8552fbf3e0d263dc924c5a869 (diff)
downloadpkgsrc-72508b9c13e4a514c9e2ae38da4f9b5282d23ddc.tar.gz
Comment out a redundant dependency to avoid unnecessary rebuilds.
Diffstat (limited to 'editors')
-rw-r--r--editors/p5-Padre/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile
index 35a2cbaefae..6697dba1a9d 100644
--- a/editors/p5-Padre/Makefile
+++ b/editors/p5-Padre/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2014/05/31 12:22:42 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2014/12/12 10:51:42 joerg Exp $
DISTNAME= Padre-0.96
PKGNAME= p5-${DISTNAME}
@@ -44,7 +44,10 @@ DEPENDS+= p5-Devel-Dumpvar>=0.04:../../devel/p5-Devel-Dumpvar
DEPENDS+= p5-Devel-Refactor>=0.05:../../devel/p5-Devel-Refactor
# Encode 2.26 is in Perl 5.8.9, but Perl 5.10.0 contains "only" 2.23
DEPENDS+= {perl>=5.10.1,p5-Encode>=2.26}:../../textproc/p5-Encode
-DEPENDS+= {perl>=5.12.0,p5-ExtUtils-MakeMaker>=6.56}:../../devel/p5-ExtUtils-MakeMaker
+# p5-ExtUtils-MakeMaker has the higher version, so it would be picked
+# by pbulk-resolve, but not at build time, since Perl is already installed
+# then. This forces unnecessary rebuilds.
+# DEPENDS+= {perl>=5.12.0,p5-ExtUtils-MakeMaker>=6.56}:../../devel/p5-ExtUtils-MakeMaker
DEPENDS+= {perl>=5.10.1,p5-ExtUtils-Manifest>=1.56}:../../devel/p5-ExtUtils-Manifest
DEPENDS+= p5-File-Copy-Recursive>=0.37:../../sysutils/p5-File-Copy-Recursive
DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule