diff options
author | Xin LI <delphij@FreeBSD.org> | 2006-05-20 07:41:57 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2006-05-20 07:41:57 +0000 |
commit | fbf1d6727b0899feb20658386a8fc79aff92cf9d (patch) | |
tree | 213d26a099175c62c955ef927c08b3c0262a870a /net | |
parent | 8364e340bfdde73a0efa503ce91222c5f46a23d7 (diff) | |
download | ports-fbf1d6727b0899feb20658386a8fc79aff92cf9d.tar.gz ports-fbf1d6727b0899feb20658386a8fc79aff92cf9d.zip |
Correct path for the sasl includes, to fix build for WITH_SASL case.
Submitted by: Boris B. Samorodov <bsam ipt ru>
PR: ports/97474
Approved by: sem (mentor)
Notes
Notes:
svn path=/head/; revision=162854
Diffstat (limited to 'net')
-rw-r--r-- | net/py-ldap2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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=' |