summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorTom Hukins <tom@FreeBSD.org>2001-10-12 17:13:58 +0000
committerTom Hukins <tom@FreeBSD.org>2001-10-12 17:13:58 +0000
commitc6f2f71d98aba2a3f2a140edb3da3cad4b03ef33 (patch)
tree25a0f81e5a1a6b3ac19969b09779d011ab12eb64 /mail
parent- Update to 0.2.3. (diff)
Fix typo when building with ldap2
PR: ports/31232 Submitted by: Thierry Thomas <thierry@thomas.as>
Notes
Notes: svn path=/head/; revision=48712
Diffstat (limited to 'mail')
-rw-r--r--mail/horde-imp/Makefile4
-rw-r--r--mail/horde4-imp/Makefile4
-rw-r--r--mail/imp/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/horde-imp/Makefile b/mail/horde-imp/Makefile
index 1a2a7e837621..6c15ad989456 100644
--- a/mail/horde-imp/Makefile
+++ b/mail/horde-imp/Makefile
@@ -50,8 +50,8 @@ LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient
.if !defined(WITHOUT_LDAP)
.if defined(WITH_LDAP2)
-LIB_DEPENDS+= ldap.2:\${PORTSDIR}/net/openldap2 \
- lber.2:\${PORTSDIR}/net/openldap2
+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
diff --git a/mail/horde4-imp/Makefile b/mail/horde4-imp/Makefile
index 1a2a7e837621..6c15ad989456 100644
--- a/mail/horde4-imp/Makefile
+++ b/mail/horde4-imp/Makefile
@@ -50,8 +50,8 @@ LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient
.if !defined(WITHOUT_LDAP)
.if defined(WITH_LDAP2)
-LIB_DEPENDS+= ldap.2:\${PORTSDIR}/net/openldap2 \
- lber.2:\${PORTSDIR}/net/openldap2
+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
diff --git a/mail/imp/Makefile b/mail/imp/Makefile
index 1a2a7e837621..6c15ad989456 100644
--- a/mail/imp/Makefile
+++ b/mail/imp/Makefile
@@ -50,8 +50,8 @@ LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient
.if !defined(WITHOUT_LDAP)
.if defined(WITH_LDAP2)
-LIB_DEPENDS+= ldap.2:\${PORTSDIR}/net/openldap2 \
- lber.2:\${PORTSDIR}/net/openldap2
+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