summaryrefslogtreecommitdiff
path: root/devel/p5-Net-LDAP-Class
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2009-04-04 12:41:13 +0000
committerhe <he@pkgsrc.org>2009-04-04 12:41:13 +0000
commit0c82af9b5d75f5b1b007eaeb809d1e7a23c8840c (patch)
tree3138f8149e7549f059b4b2aceab2c3ded4cbbe2c /devel/p5-Net-LDAP-Class
parent3485b625d4790bf7def67c48ee36881befe3a967 (diff)
downloadpkgsrc-0c82af9b5d75f5b1b007eaeb809d1e7a23c8840c.tar.gz
Fix the dependency on p5-perl-ldap to use the correct directory.
Fixes a build problem, so no revision bump. OK'ed by wiz@
Diffstat (limited to 'devel/p5-Net-LDAP-Class')
-rw-r--r--devel/p5-Net-LDAP-Class/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Net-LDAP-Class/Makefile b/devel/p5-Net-LDAP-Class/Makefile
index 1e058070a94..fcb776a6164 100644
--- a/devel/p5-Net-LDAP-Class/Makefile
+++ b/devel/p5-Net-LDAP-Class/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/03/12 04:40:57 seb Exp $
+# $NetBSD: Makefile,v 1.2 2009/04/04 12:41:13 he Exp $
#
DISTNAME= Net-LDAP-Class-0.18
@@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Net-LDAP-Class/
COMMENT= Perl 5 module providing an object-relational mapper for Net::LDAP
DEPENDS+= p5-Rose-Object-[0-9]*:../../devel/p5-Rose-Object
-DEPENDS+= p5-perl-ldap-[0-9]*:../../databases/p5-perl-LDAP
+DEPENDS+= p5-perl-ldap-[0-9]*:../../databases/p5-perl-ldap
DEPENDS+= p5-Net-LDAP-Batch-[0-9]*:../../devel/p5-Net-LDAP-Batch
DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone
BUILD_DEPENDS+= p5-Net-LDAP-Server-Test>=0.8.0.01:../../devel/p5-Net-LDAP-Server-Test