diff options
author | sno <sno@pkgsrc.org> | 2009-06-01 19:38:56 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-06-01 19:38:56 +0000 |
commit | baf9b84521fabec69783bfea8f01938cfa49bcac (patch) | |
tree | 799ad1e19ad5bbf7bb332e1001d9754fb49e3758 /security | |
parent | afde978d335100093e65980dbd70f114adb3f498 (diff) | |
download | pkgsrc-baf9b84521fabec69783bfea8f01938cfa49bcac.tar.gz |
Replacing some dependencies to choose perl core first, because desired
version numbers of required modules are in delivered perl core.
Diffstat (limited to 'security')
-rw-r--r-- | security/amavis-perl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/amavis-perl/Makefile b/security/amavis-perl/Makefile index 38243b4a1f3..32687c2428f 100644 --- a/security/amavis-perl/Makefile +++ b/security/amavis-perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2009/04/11 23:15:21 sno Exp $ +# $NetBSD: Makefile,v 1.28 2009/06/01 19:38:57 sno Exp $ DISTNAME= amavisd-${VERSION} PKGNAME= amavis-perl-${VERSION} @@ -33,7 +33,7 @@ DEPENDS+= p5-IO-Compress-[0-9]*:../../devel/p5-IO-Compress DEPENDS+= p5-Convert-TNEF-[0-9]*:../../converters/p5-Convert-TNEF DEPENDS+= p5-Convert-UUlib-[0-9]*:../../converters/p5-Convert-UUlib DEPENDS+= p5-MIME-tools>=5.313:../../mail/p5-MIME-tools -DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net +DEPENDS+= {perl>=5.10,p5-Net-[0-9]*}:../../net/p5-Net DEPENDS+= p5-Unix-Syslog-[0-9]*:../../sysutils/p5-Unix-Syslog .include "options.mk" |