summaryrefslogtreecommitdiff
path: root/databases/openldap
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-01-21 13:11:09 +0000
committerjlam <jlam@pkgsrc.org>2004-01-21 13:11:09 +0000
commit263e5782b4e624f0093e5206f4306bf9a193f5ab (patch)
tree98b7ea26d9e67d4ab0049878fdcf618f07f352da /databases/openldap
parent85513cb2024dee539ddf011517c03071e77afc6f (diff)
downloadpkgsrc-263e5782b4e624f0093e5206f4306bf9a193f5ab.tar.gz
Whitespace
Diffstat (limited to 'databases/openldap')
-rw-r--r--databases/openldap/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile
index 8a1985be7bc..6aef26208ed 100644
--- a/databases/openldap/Makefile
+++ b/databases/openldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2004/01/09 22:48:16 jlam Exp $
+# $NetBSD: Makefile,v 1.65 2004/01/21 13:11:09 jlam Exp $
#
DISTNAME= openldap-2.1.22
@@ -46,11 +46,11 @@ BUILD_DEFS+= USE_SASL USE_SASL2
.include "../../mk/bsd.prefs.mk"
.if defined(USE_SASL2) && (${USE_SASL2} == "YES")
-.include "../../security/cyrus-sasl2/buildlink3.mk"
+. include "../../security/cyrus-sasl2/buildlink3.mk"
CONFIGURE_ARGS+= --with-cyrus-sasl
CONFIGURE_ARGS+= --enable-spasswd
.elif defined(USE_SASL) && (${USE_SASL} == "YES")
-.include "../../security/cyrus-sasl/buildlink3.mk"
+. include "../../security/cyrus-sasl/buildlink3.mk"
CONFIGURE_ARGS+= --with-cyrus-sasl
CONFIGURE_ARGS+= --enable-spasswd
.endif