diff options
author | Tom Hukins <tom@FreeBSD.org> | 2001-10-12 17:13:58 +0000 |
---|---|---|
committer | Tom Hukins <tom@FreeBSD.org> | 2001-10-12 17:13:58 +0000 |
commit | c6f2f71d98aba2a3f2a140edb3da3cad4b03ef33 (patch) | |
tree | 25a0f81e5a1a6b3ac19969b09779d011ab12eb64 /mail/imp | |
parent | 20e6c30d469e102996dd03688389a1480fba70f8 (diff) | |
download | ports-c6f2f71d98aba2a3f2a140edb3da3cad4b03ef33.tar.gz ports-c6f2f71d98aba2a3f2a140edb3da3cad4b03ef33.zip |
Notes
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 |