diff options
author | ume <ume@FreeBSD.org> | 2002-07-28 17:26:12 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2002-07-28 17:26:12 +0000 |
commit | 43c48243649693c70745031bd27bac2c5db6fc5b (patch) | |
tree | caa22ac3b12bc86236fa336bb88dcb570d484dc4 /net/openldap21-server | |
parent | 5715a51763bc7a3f0ea9d34e08d6ae343e5d58dc (diff) | |
download | FreeBSD-ports-43c48243649693c70745031bd27bac2c5db6fc5b.zip FreeBSD-ports-43c48243649693c70745031bd27bac2c5db6fc5b.tar.gz |
moving saslv1 includes files to make it easier to add saslv2
PR: ports/40288
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: knu
Diffstat (limited to 'net/openldap21-server')
-rw-r--r-- | net/openldap21-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openldap21-server/Makefile b/net/openldap21-server/Makefile index 2f2aadd..25c94e4 100644 --- a/net/openldap21-server/Makefile +++ b/net/openldap21-server/Makefile @@ -50,7 +50,7 @@ LDFLAGS+= -L${LOCALBASE}/lib .if defined(WITH_SASL) LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl -CPPFLAGS+= -I${LOCALBASE}/include/sasl +CPPFLAGS+= -I${LOCALBASE}/include/sasl1 .endif .if defined(WITH_ODBC) |