diff options
author | markd <markd@pkgsrc.org> | 2005-06-07 14:24:30 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-06-07 14:24:30 +0000 |
commit | 6f0800d10329a9464b33a34e6e703592deb55f4a (patch) | |
tree | fcfebeb1d682825de7c901325c63d6f6a5cd2687 /x11/kdelibdocs3/Makefile | |
parent | 9c4c643d9bcb61811eb2e86f50f9c8636613b995 (diff) | |
download | pkgsrc-6f0800d10329a9464b33a34e6e703592deb55f4a.tar.gz |
Depend on latest doxygen and fix the PLIST. Bump PKGREVISION.
Diffstat (limited to 'x11/kdelibdocs3/Makefile')
-rw-r--r-- | x11/kdelibdocs3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/kdelibdocs3/Makefile b/x11/kdelibdocs3/Makefile index af6510bc319..f6d7ddf0291 100644 --- a/x11/kdelibdocs3/Makefile +++ b/x11/kdelibdocs3/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.29 2005/04/11 21:48:11 tv Exp $ +# $NetBSD: Makefile,v 1.30 2005/06/07 14:24:30 markd Exp $ DISTNAME= kdelibs-${_KDE_VERSION} PKGNAME= kdelibdocs-${_KDE_VERSION} +PKGREVISION= 1 CATEGORIES= x11 devel COMMENT= KDE library documentation .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_DEPENDS+= doxygen>=1.4.0:../../devel/doxygen +BUILD_DEPENDS+= doxygen>=1.4.3nb1:../../devel/doxygen BUILD_DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz BUILD_DEPENDS+= qt3-docs>=3.1.1:../../x11/qt3-docs |