diff options
author | markd <markd@pkgsrc.org> | 2004-03-01 13:51:47 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-03-01 13:51:47 +0000 |
commit | 4f035a51fcb9d25abe2197f584537398437639d2 (patch) | |
tree | b4dd3444291914fb9b06a413a3e95a59869cffb9 /x11/kdelibdocs3/Makefile | |
parent | 612d4cd3d66495cd4689a7e2d893e1d9c77173c0 (diff) | |
download | pkgsrc-4f035a51fcb9d25abe2197f584537398437639d2.tar.gz |
Needs qt3-docs while building so that configure will decide to use
doxygen.
Diffstat (limited to 'x11/kdelibdocs3/Makefile')
-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 20d2c21b703..2632c08ec43 100644 --- a/x11/kdelibdocs3/Makefile +++ b/x11/kdelibdocs3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/02/15 11:03:12 markd Exp $ +# $NetBSD: Makefile,v 1.16 2004/03/01 13:51:47 markd Exp $ DISTNAME= kdelibs-3.2.0 PKGNAME= kdelibdocs-3.2.0 @@ -9,6 +9,7 @@ COMMENT= KDE library documentation .include "../../meta-pkgs/kde3/Makefile.kde3" BUILD_DEPENDS+= doxygen>=1.3.5nb2:../../devel/doxygen +BUILD_DEPENDS+= qt3-docs>=3.1.1:../../x11/qt3-docs USE_BUILDLINK2= YES ALL_TARGET= apidox |