summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authordarcy <darcy@pkgsrc.org>2002-11-26 13:03:08 +0000
committerdarcy <darcy@pkgsrc.org>2002-11-26 13:03:08 +0000
commitc7ca349d3e812f90bd2103b9fe33d639f4e740d2 (patch)
tree071a0f1309d18be56bb02301856a0a776a16f968 /misc
parentbe7345800f3ee42ef353670069a0283c1fa0b404 (diff)
downloadpkgsrc-c7ca349d3e812f90bd2103b9fe33d639f4e740d2.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')
-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"