diff options
author | markd <markd@pkgsrc.org> | 2004-03-10 22:52:59 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-03-10 22:52:59 +0000 |
commit | 94829a1953ab41144e1c93ee661bbf19fc2bb5ae (patch) | |
tree | 6f453c986a51f0c750e76e539994f17563e526be /x11 | |
parent | eab34e327ad0ad2c79a279a6b606414603033ac9 (diff) | |
download | pkgsrc-94829a1953ab41144e1c93ee661bbf19fc2bb5ae.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/Makefile | 3 |
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 |