summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2009-03-28 18:11:43 +0000
committermanu <manu@pkgsrc.org>2009-03-28 18:11:43 +0000
commitbdbe67626328797eae019b8c6a85bf56e151b64a (patch)
tree8dcb895ebb025341f77f426d7dcae1e0a73239ed /misc
parentc69c72bcdcd058f943e2e6f36eea90cb7769f01f (diff)
downloadpkgsrc-bdbe67626328797eae019b8c6a85bf56e151b64a.tar.gz
Fix build on NetBSD-4: libldap is required even with LDAP support disabled
Diffstat (limited to 'misc')
-rw-r--r--misc/openoffice3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile
index 38324a0e591..ef63467aa80 100644
--- a/misc/openoffice3/Makefile
+++ b/misc/openoffice3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2009/03/25 22:37:13 he Exp $
+# $NetBSD: Makefile,v 1.26 2009/03/28 18:11:43 manu Exp $
#
OO_VER= 3.0.1
@@ -199,6 +199,7 @@ post-install:
.include "../../mk/compiler.mk"
.include "../../databases/db4/buildlink3.mk"
+.include "../../databases/openldap-client/buildlink3.mk"
.include "../../databases/shared-mime-info/mimedb.mk"
.include "../../devel/gperf/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"