summaryrefslogtreecommitdiff
path: root/misc/openoffice3
diff options
context:
space:
mode:
authormanu <manu>2009-03-28 18:11:43 +0000
committermanu <manu>2009-03-28 18:11:43 +0000
commit3e79e9f8565aa793fe9a1e69dfd300685bbdda20 (patch)
tree8dcb895ebb025341f77f426d7dcae1e0a73239ed /misc/openoffice3
parent032055dbdabb38e7004b31f1fda5fc07a0bb9521 (diff)
downloadpkgsrc-3e79e9f8565aa793fe9a1e69dfd300685bbdda20.tar.gz
Fix build on NetBSD-4: libldap is required even with LDAP support disabled
Diffstat (limited to 'misc/openoffice3')
-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"