pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/kdelibdocs3 Add build dependency on graphviz for "...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a89ce99a4415
branches:  trunk
changeset: 470624:a89ce99a4415
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Mar 10 22:52:59 2004 +0000

description:
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:

 x11/kdelibdocs3/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 096290c7c52d -r a89ce99a4415 x11/kdelibdocs3/Makefile
--- a/x11/kdelibdocs3/Makefile  Wed Mar 10 22:41:30 2004 +0000
+++ b/x11/kdelibdocs3/Makefile  Wed Mar 10 22:52:59 2004 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index