diff options
author | tom <tom@FreeBSD.org> | 2001-10-13 01:13:58 +0800 |
---|---|---|
committer | tom <tom@FreeBSD.org> | 2001-10-13 01:13:58 +0800 |
commit | 6ac82e2c08d32f73d09b4158578ba14e161a755b (patch) | |
tree | 52d867ba6aab0260f30c361e58ce69f0121063a6 /mail/imp | |
parent | 8bfbd8f3ad816bfebe9d86a789467d0a1ae5c48b (diff) | |
download | freebsd-ports-gnome-6ac82e2c08d32f73d09b4158578ba14e161a755b.tar.gz freebsd-ports-gnome-6ac82e2c08d32f73d09b4158578ba14e161a755b.tar.zst freebsd-ports-gnome-6ac82e2c08d32f73d09b4158578ba14e161a755b.zip |
Fix typo when building with ldap2
PR: ports/31232
Submitted by: Thierry Thomas <thierry@thomas.as>
Diffstat (limited to 'mail/imp')
-rw-r--r-- | mail/imp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |