summaryrefslogtreecommitdiff
path: root/misc/koffice
diff options
context:
space:
mode:
authordarcy <darcy>2002-11-26 13:03:08 +0000
committerdarcy <darcy>2002-11-26 13:03:08 +0000
commitce5655110a6fe74fd94be27df32f77f59494500f (patch)
tree071a0f1309d18be56bb02301856a0a776a16f968 /misc/koffice
parent7cebcd71c4db07ab621bf54cdfa346cc1f2b7f67 (diff)
downloadpkgsrc-ce5655110a6fe74fd94be27df32f77f59494500f.tar.gz
Adding buildlink2 for libart2. Without this the kontour package does not
build when building koffice. Worse, if someone has installed libart2 for some other reason then koffice will fail to build from that point on. Perhaps a proper fix would be to change the pkgsrc system to allow for lines like these to be added only if necessary but that is a much bigger project.
Diffstat (limited to 'misc/koffice')
-rw-r--r--misc/koffice/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile
index bc395ed4f8a..ee612a48b69 100644
--- a/misc/koffice/Makefile
+++ b/misc/koffice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2002/10/08 14:32:57 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2002/11/26 13:03:08 darcy Exp $
DISTNAME= koffice-1.2
CATEGORIES= misc kde
@@ -36,6 +36,7 @@ post-install:
.include "../../lang/gcc/buildlink2.mk"
.include "../../textproc/libxml2/buildlink2.mk"
.include "../../textproc/libxslt/buildlink2.mk"
+.include "../../graphics/libart2/buildlink2.mk"
.include "../../x11/kde3/buildlink2.mk"
.include "../../x11/kdebase3/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"