summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2004-03-10 22:52:59 +0000
committermarkd <markd@pkgsrc.org>2004-03-10 22:52:59 +0000
commite2beb463aee36c1e5506d0721a3de83848002502 (patch)
tree6f453c986a51f0c750e76e539994f17563e526be /x11
parent595334821ed82694570c6eafeb0cb27ad22452b6 (diff)
downloadpkgsrc-e2beb463aee36c1e5506d0721a3de83848002502.tar.gz
Add build dependency on graphviz for "dot" as package will find and use
it if it happens to be there. Should fix issue seen in bulk build.
Diffstat (limited to 'x11')
-rw-r--r--x11/kdelibdocs3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kdelibdocs3/Makefile b/x11/kdelibdocs3/Makefile
index 55b2fbab4ac..2b543452e69 100644
--- a/x11/kdelibdocs3/Makefile
+++ b/x11/kdelibdocs3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/03/09 11:37:39 markd Exp $
+# $NetBSD: Makefile,v 1.18 2004/03/10 22:52:59 markd Exp $
DISTNAME= kdelibs-3.2.1
PKGNAME= kdelibdocs-3.2.1
@@ -9,6 +9,7 @@ COMMENT= KDE library documentation
.include "../../meta-pkgs/kde3/Makefile.kde3"
BUILD_DEPENDS+= doxygen>=1.3.5nb2:../../devel/doxygen
+BUILD_DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
BUILD_DEPENDS+= qt3-docs>=3.1.1:../../x11/qt3-docs
USE_BUILDLINK2= YES