diff options
author | jmc <jmc@pkgsrc.org> | 2001-11-30 07:31:43 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2001-11-30 07:31:43 +0000 |
commit | 39b16847fed08d1a798e465bfe24b03a949d5d61 (patch) | |
tree | 357dd2c1f38028914a0c0ad5d475963a48e007e4 /databases/p5-perl-ldap | |
parent | f0b20741bc8e27c54eaee7ce2eea1a1f96551477 (diff) | |
download | pkgsrc-39b16847fed08d1a798e465bfe24b03a949d5d61.tar.gz |
Fix bad path for DEPENDS entry for p5-IO-Socket-SSL
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 040b2888faf..4ec668f5426 100644 --- a/databases/p5-perl-ldap/Makefile +++ b/databases/p5-perl-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/11/28 21:16:13 kleink Exp $ +# $NetBSD: Makefile,v 1.14 2001/11/30 07:31:43 jmc Exp $ # DISTNAME= perl-ldap-0.25 @@ -15,7 +15,7 @@ DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 DEPENDS+= p5-Convert-ASN1-[0-9]*:../../textproc/p5-Convert-ASN1 DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww -DEPENDS+= p5-IO-Socket-SSL-[0-9]*:security/p5-IO-Socket-SSL +DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL USE_BUILDLINK_ONLY= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/perl-ldap/.packlist |