diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-24 10:26:55 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-24 10:26:55 +0800 |
commit | aa907393a43d485ac47828736a41d6eb86da75c1 (patch) | |
tree | b432e76194a3ecb6580c9967b951af7bea6e42ee /security/pam_ldap | |
parent | 8ad9cc786c1a50f53d6701a10830aa240bb9d8ca (diff) | |
download | freebsd-ports-gnome-aa907393a43d485ac47828736a41d6eb86da75c1.tar.gz freebsd-ports-gnome-aa907393a43d485ac47828736a41d6eb86da75c1.tar.zst freebsd-ports-gnome-aa907393a43d485ac47828736a41d6eb86da75c1.zip |
Point dependencies on net/openldap to net/openldap12
Diffstat (limited to 'security/pam_ldap')
-rw-r--r-- | security/pam_ldap/Makefile | 4 |
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 |