aboutsummaryrefslogtreecommitdiffstats
path: root/net/openldap20-server
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2002-07-29 01:26:12 +0800
committerume <ume@FreeBSD.org>2002-07-29 01:26:12 +0800
commit43c48243649693c70745031bd27bac2c5db6fc5b (patch)
treecaa22ac3b12bc86236fa336bb88dcb570d484dc4 /net/openldap20-server
parent5715a51763bc7a3f0ea9d34e08d6ae343e5d58dc (diff)
downloadfreebsd-ports-gnome-43c48243649693c70745031bd27bac2c5db6fc5b.tar.gz
freebsd-ports-gnome-43c48243649693c70745031bd27bac2c5db6fc5b.tar.zst
freebsd-ports-gnome-43c48243649693c70745031bd27bac2c5db6fc5b.zip
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/openldap20-server')
-rw-r--r--net/openldap20-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openldap20-server/Makefile b/net/openldap20-server/Makefile
index 2f2aadd2d6c5..25c94e488a7a 100644
--- a/net/openldap20-server/Makefile
+++ b/net/openldap20-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)