aboutsummaryrefslogtreecommitdiff
path: root/security/pam_ldap
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-24 02:26:55 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-24 02:26:55 +0000
commitf71e42907968a943a487a706769c1e40b0bac763 (patch)
treebe2af8add66fe5e1ce694fa8b4ec5da15630db07 /security/pam_ldap
parent7a9d6125ded9edd0b4a6dae73ccfafce9dd26e70 (diff)
downloadports-f71e42907968a943a487a706769c1e40b0bac763.tar.gz
ports-f71e42907968a943a487a706769c1e40b0bac763.zip
Point dependencies on net/openldap to net/openldap12
Notes
Notes: svn path=/head/; revision=76344
Diffstat (limited to 'security/pam_ldap')
-rw-r--r--security/pam_ldap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile
index 43680fbcbb1e..e80bc124cad9 100644
--- a/security/pam_ldap/Makefile
+++ b/security/pam_ldap/Makefile
@@ -20,8 +20,8 @@ MAINTAINER= marcus@FreeBSD.org
LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 \
lber.2:${PORTSDIR}/net/openldap2
.else
-LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap \
- lber.1:${PORTSDIR}/net/openldap
+LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap12 \
+ lber.1:${PORTSDIR}/net/openldap12
.endif
USE_GMAKE= yes