summaryrefslogtreecommitdiff
path: root/lang/php4
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-08-15 00:49:31 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-08-15 00:49:31 +0000
commitb67a28791a0371d8bde0cfa4e774b3aac5411530 (patch)
tree9d173fd418f58fc2aa9356116feba4ad6291ee51 /lang/php4
parentQuick fix for INDEX build breakage by openldap2[012] split. (diff)
Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect # packages built on bento...
Notes
Notes: svn path=/head/; revision=86964
Diffstat (limited to 'lang/php4')
-rw-r--r--lang/php4/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile
index e907ce48f1f4..9959dca7a3c9 100644
--- a/lang/php4/Makefile
+++ b/lang/php4/Makefile
@@ -437,12 +437,12 @@ CONFIGURE_ARGS+=--with-ncurses=${NCURSESBASE}
LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12
.elif exists(${LOCALBASE}/lib/libldap.la)
.if exists(${LOCALBASE}/bin/ldapwhoami)
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21
+LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21-client
.else
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20
+LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client
.endif
.else
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap22
+LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap22-client
.endif
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
.endif