summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authordarcy <darcy>2002-11-26 13:03:08 +0000
committerdarcy <darcy>2002-11-26 13:03:08 +0000
commitf61b1439d2eb1b31a1ebd7d0f00fdd0ba90cc35d (patch)
tree071a0f1309d18be56bb02301856a0a776a16f968 /misc
parent91f28f3aad2cc3c2eed469df4ea0cf84855427e1 (diff)
downloadpkgsrc-f61b1439d2eb1b31a1ebd7d0f00fdd0ba90cc35d.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"