diff options
author | tom <tom@FreeBSD.org> | 2001-10-12 17:13:58 +0000 |
---|---|---|
committer | tom <tom@FreeBSD.org> | 2001-10-12 17:13:58 +0000 |
commit | 6ac82e2c08d32f73d09b4158578ba14e161a755b (patch) | |
tree | 52d867ba6aab0260f30c361e58ce69f0121063a6 | |
parent | 8bfbd8f3ad816bfebe9d86a789467d0a1ae5c48b (diff) | |
download | FreeBSD-ports-6ac82e2c08d32f73d09b4158578ba14e161a755b.zip FreeBSD-ports-6ac82e2c08d32f73d09b4158578ba14e161a755b.tar.gz |
Fix typo when building with ldap2
PR: ports/31232
Submitted by: Thierry Thomas <thierry@thomas.as>
-rw-r--r-- | mail/horde-imp/Makefile | 4 | ||||
-rw-r--r-- | mail/horde4-imp/Makefile | 4 | ||||
-rw-r--r-- | mail/imp/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/horde-imp/Makefile b/mail/horde-imp/Makefile index 1a2a7e8..6c15ad9 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 1a2a7e8..6c15ad9 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 1a2a7e8..6c15ad9 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 |