diff options
author | sno <sno@pkgsrc.org> | 2009-02-25 21:23:14 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-02-25 21:23:14 +0000 |
commit | c3ffd159292e5d4726ae1125f9b7444ded2540dc (patch) | |
tree | e304eb6f369813e0e38327e7524544c023bb5487 /databases/p5-perl-ldap | |
parent | eadb0e82d48b6e43255266546ddb5fec9fd411cf (diff) | |
download | pkgsrc-c3ffd159292e5d4726ae1125f9b7444ded2540dc.tar.gz |
pkgsrc changes:
perl-ldap requires a newer URI::ldap that 1.08 (seen in META.yml)
Diffstat (limited to 'databases/p5-perl-ldap')
-rw-r--r-- | databases/p5-perl-ldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-perl-ldap/Makefile b/databases/p5-perl-ldap/Makefile index 958bbf9095b..e9f779be721 100644 --- a/databases/p5-perl-ldap/Makefile +++ b/databases/p5-perl-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2009/02/14 07:49:50 seb Exp $ +# $NetBSD: Makefile,v 1.38 2009/02/25 21:23:14 sno Exp $ DISTNAME= perl-ldap-0.39 PKGNAME= p5-perl-ldap-0.39 @@ -17,7 +17,7 @@ BUILD_DEFS+= IPV6_READY DEPENDS+= p5-Convert-ASN1>=0.07:../../textproc/p5-Convert-ASN1 DEPENDS+= p5-IO-Socket-SSL>=0.81:../../security/p5-IO-Socket-SSL DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 -DEPENDS+= p5-URI>=1.08:../../www/p5-URI +DEPENDS+= p5-URI>=1.10:../../www/p5-URI DEPENDS+= p5-XML-SAX-Writer-[0-9]*:../../textproc/p5-XML-SAX-Writer MAKE_PARAMS+= --skip # skip CPAN auto installation of modules |