diff options
author | markd <markd> | 2004-03-01 13:51:47 +0000 |
---|---|---|
committer | markd <markd> | 2004-03-01 13:51:47 +0000 |
commit | 96ad0354a94b93b373a59a6664c876698af8e309 (patch) | |
tree | b4dd3444291914fb9b06a413a3e95a59869cffb9 | |
parent | 4bd0f5c7504f3f1fa39ab5cdce07786a4fd83799 (diff) | |
download | pkgsrc-96ad0354a94b93b373a59a6664c876698af8e309.tar.gz |
Needs qt3-docs while building so that configure will decide to use
doxygen.
-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 |