diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-12 18:56:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-12 18:56:06 +0000 |
commit | e3691e1ff29866f244016d7915f143710367a946 (patch) | |
tree | e627a638f10e8eb4f65a201079f6391431c359a8 /mail/amavisd-new | |
parent | 9c2b259aee0e099eb7dbde08430e9cf2a09258a5 (diff) | |
download | pkgsrc-e3691e1ff29866f244016d7915f143710367a946.tar.gz |
Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
Diffstat (limited to 'mail/amavisd-new')
-rw-r--r-- | mail/amavisd-new/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/amavisd-new/Makefile b/mail/amavisd-new/Makefile index 33f82bc0533..a1c91528f2b 100644 --- a/mail/amavisd-new/Makefile +++ b/mail/amavisd-new/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:50:17 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:22 wiz Exp $ DISTNAME= amavisd-new-${VERSION}${PATCHLEVEL} PKGNAME= amavisd-new-${VERSION}${PATCHLEVEL:S/-//} @@ -18,19 +18,19 @@ LICENSE= gnu-gpl-v2 VERSION= 2.7.0 PATCHLEVEL= # empty -DEPENDS+= {perl>=5.9.3,p5-Archive-Tar-[0-9]*}:../../archivers/p5-Archive-Tar +#DEPENDS+= {perl>=5.9.3,p5-Archive-Tar-[0-9]*}:../../archivers/p5-Archive-Tar DEPENDS+= p5-Archive-Zip>=1.14:../../archivers/p5-Archive-Zip DEPENDS+= p5-BerkeleyDB-[0-9]*:../../databases/p5-BerkeleyDB -DEPENDS+= {perl>=5.10.1,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Raw::Zlib>=2.017 +#DEPENDS+= {perl>=5.10.1,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Raw::Zlib>=2.017 DEPENDS+= p5-Convert-TNEF-[0-9]*:../../converters/p5-Convert-TNEF DEPENDS+= p5-Convert-UUlib>=1.05:../../converters/p5-Convert-UUlib -DEPENDS+= {perl>=5.8.1,p5-Digest-MD5>=2.22}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.8.1,p5-Digest-MD5>=2.22}:../../security/p5-Digest-MD5 DEPENDS+= p5-Mail-DKIM>=0.31:../../mail/p5-Mail-DKIM DEPENDS+= p5-MIME-tools>=5.417:../../mail/p5-MIME-tools DEPENDS+= p5-MailTools>=1.58:../../mail/p5-MailTools DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy DEPENDS+= p5-Net-Server>=0.88:../../net/p5-Net-Server -DEPENDS+= {perl>=5.8.1,p5-Time-HiRes>=1.49}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.8.1,p5-Time-HiRes>=1.49}:../../time/p5-Time-HiRes DEPENDS+= p5-Unix-Syslog-[0-9]*:../../sysutils/p5-Unix-Syslog WRKSRC= ${WRKDIR}/amavisd-new-${VERSION} |