diff options
author | joerg <joerg@pkgsrc.org> | 2014-12-12 10:51:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-12-12 10:51:42 +0000 |
commit | 4ef69ccf9947af4636ee77b99481786caea1fdb6 (patch) | |
tree | 63fc27bb11383ad5576ba3448998025a3c0a1d17 /editors | |
parent | c4074b3ab63e55f79ba55d0c370f5304780c1621 (diff) | |
download | pkgsrc-4ef69ccf9947af4636ee77b99481786caea1fdb6.tar.gz |
Comment out a redundant dependency to avoid unnecessary rebuilds.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/p5-Padre/Makefile | 7 |
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 |