summaryrefslogtreecommitdiff
path: root/databases/openldap
diff options
context:
space:
mode:
authoragc <agc>1999-08-18 09:28:01 +0000
committeragc <agc>1999-08-18 09:28:01 +0000
commit13a663ea67c07bfd2af9408a4e8e48d95c98db38 (patch)
tree6e1530a1eb6f1886124756b99897cb65983c53b2 /databases/openldap
parent0d684714f9a7da77d620140f14819f7dc87d5635 (diff)
downloadpkgsrc-13a663ea67c07bfd2af9408a4e8e48d95c98db38.tar.gz
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1). Add USE_KERBEROS4 to BUILD_DEFS
Diffstat (limited to 'databases/openldap')
-rw-r--r--databases/openldap/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile
index 6cababc84b3..db01771de63 100644
--- a/databases/openldap/Makefile
+++ b/databases/openldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1999/05/18 21:27:01 hwr Exp $
+# $NetBSD: Makefile,v 1.10 1999/08/18 09:28:01 agc Exp $
#
DISTNAME= openldap-1.2.1
@@ -23,7 +23,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-dns --enable-cldap \
--enable-wrappers --enable-passwd --enable-shell
+BUILD_DEFS+= USE_KERBEROS4
+
.include "../../mk/bsd.prefs.mk"
+
.if !defined(USE_KERBEROS4)
CONFIGURE_ARGS+=--without-kerberos
.else