From fbf1d6727b0899feb20658386a8fc79aff92cf9d Mon Sep 17 00:00:00 2001 From: Xin LI Date: Sat, 20 May 2006 07:41:57 +0000 Subject: [PATCH] Correct path for the sasl includes, to fix build for WITH_SASL case. Submitted by: Boris B. Samorodov PR: ports/97474 Approved by: sem (mentor) --- net/py-ldap2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile index cc65d7c24ae4..078344ee69ff 100644 --- a/net/py-ldap2/Makefile +++ b/net/py-ldap2/Makefile @@ -25,7 +25,7 @@ REPLACE_ARGS= -e 's=/usr/local/openldap-REL_ENG_2_1/lib=${LOCALBASE}/lib=' \ .if defined(WITH_SASL) WANT_OPENLDAP_SASL= yes REPLACE_ARGS+= -e 's=/usr/local/cyrus-sasl/lib=${LOCALBASE}/lib/sasl2=' \ - -e 's=/usr/local/cyrus-sasl/include=${LOCALBASE}/include/sasl2=' + -e 's=/usr/local/cyrus-sasl/include=${LOCALBASE}/include/sasl=' CONFLICTS+= openldap2[23]-client-2.* .else REPLACE_ARGS+= -e 's=ldap_r lber sasl2 ssl crypto=ldap_r lber ssl crypto='