aboutsummaryrefslogtreecommitdiff
path: root/mail/horde-turba
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-04-19 17:35:41 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-04-19 17:35:41 +0000
commit039071bac6187a8de2d9222cdd902bf4f0a33ebb (patch)
tree0f256550a88f82ae39a981d7f7a3e6415de4c628 /mail/horde-turba
parent842a3c81ff704c0a5a48de0c0615bdc5512eca77 (diff)
downloadports-039071bac6187a8de2d9222cdd902bf4f0a33ebb.tar.gz
ports-039071bac6187a8de2d9222cdd902bf4f0a33ebb.zip
Notes
Diffstat (limited to 'mail/horde-turba')
-rw-r--r--mail/horde-turba/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/mail/horde-turba/Makefile b/mail/horde-turba/Makefile
index 7c1cfbc99ab4..26a92d571d2d 100644
--- a/mail/horde-turba/Makefile
+++ b/mail/horde-turba/Makefile
@@ -70,21 +70,12 @@ post-patch:
pre-install:
.if !defined(WITHOUT_LDAP)
-.if exists(${LOCALBASE}/lib/libldap.so.1)
- @if ! ${LDD} ${PHPSO} | ${GREP} -q -e "libldap.so.1"; then \
+ @if ! ${LDD} ${PHPSO} | ${GREP} -q -e "libldap"; then \
${ECHO_MSG} "" ; \
${ECHO_MSG} "Please configure PHP with OpenLDAP support." ; \
${ECHO_MSG} "" ; \
${FALSE} ; \
fi
-.else
- @if ! ${LDD} ${PHPSO} | ${GREP} -q -e "libldap.so.2"; then \
- ${ECHO_MSG} "" ; \
- ${ECHO_MSG} "Please configure PHP with OpenLDAP2 support." ; \
- ${ECHO_MSG} "" ; \
- ${FALSE} ; \
- fi
-.endif
.endif
do-install: