diff options
author | skrll <skrll> | 2002-07-17 07:54:03 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-07-17 07:54:03 +0000 |
commit | 783c9c8c67fc23e46fbce0fc94fd124647419beb (patch) | |
tree | 87bc8e9a4f1d63839300c9d41f79fedf353b16a4 /x11/kde3/Makefile | |
parent | a0e3d26f2b9fab98cf5d80f87a648d96b64971aa (diff) | |
download | pkgsrc-783c9c8c67fc23e46fbce0fc94fd124647419beb.tar.gz |
Update to KDE 3.0.2
Also, allow the arts SSE detection code to run on modern NetBSD systems.
Changes are:
arts
Again Build fixes.
Realtime priority configuration fix
kdelibs
dcop: Make it possible to disable the Qt bridge.
make sure tooltip effects can be configured.
kbuildsycoca: avoid crash on unreadable directories.
kdockwidget: fixing reading of configuration.
kedittoolbar: fix leak.
khtml: many fixes.
kded: signal handling fixes.
kio-http slave: fixes related to form posts and cache handling.
kjs: added max recursion limit.
kjs: leak and compatibility fixes.
kdebase
kicker: &-escaping fix
audiocd: fix cddb computation
thumbnail previewer: calculate the number of bytes to read instead
of hardcoding it.
Diffstat (limited to 'x11/kde3/Makefile')
-rw-r--r-- | x11/kde3/Makefile | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/x11/kde3/Makefile b/x11/kde3/Makefile index a47b60e0c0e..f8c9405e2f9 100644 --- a/x11/kde3/Makefile +++ b/x11/kde3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2002/06/25 03:37:26 markd Exp $ +# $NetBSD: Makefile,v 1.4 2002/07/17 07:54:11 skrll Exp $ -DISTNAME= kde-3.0.1 +DISTNAME= kde-3.0.2 CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # empty @@ -9,17 +9,17 @@ MAINTAINER= skrll@netbsd.org HOMEPAGE= http://www.kde.org/ COMMENT= "meta-package" for the KDE integrated X11 desktop -DEPENDS+= kdeartwork-3.0.1:../../misc/kdeartwork3 -DEPENDS+= kdeaddons-3.0.1:../../misc/kdeaddons3 -DEPENDS+= kdeadmin-3.0.1:../../misc/kdeadmin3 -DEPENDS+= kdeedu-3.0.1:../../misc/kdeedu3 -DEPENDS+= kdegames-3.0.1:../../games/kdegames3 -DEPENDS+= kdegraphics-3.0.1:../../graphics/kdegraphics3 -DEPENDS+= kdemultimedia-3.0.1:../../audio/kdemultimedia3 -DEPENDS+= kdenetwork-3.0.1:../../net/kdenetwork3 -DEPENDS+= kdepim-3.0.1:../../misc/kdepim3 -DEPENDS+= kdetoys-3.0.1:../../games/kdetoys3 -DEPENDS+= kdeutils-3.0.1:../../misc/kdeutils3 +DEPENDS+= kdeartwork-3.0.2:../../misc/kdeartwork3 +DEPENDS+= kdeaddons-3.0.2:../../misc/kdeaddons3 +DEPENDS+= kdeadmin-3.0.2:../../misc/kdeadmin3 +DEPENDS+= kdeedu-3.0.2:../../misc/kdeedu3 +DEPENDS+= kdegames-3.0.2:../../games/kdegames3 +DEPENDS+= kdegraphics-3.0.2:../../graphics/kdegraphics3 +DEPENDS+= kdemultimedia-3.0.2:../../audio/kdemultimedia3 +DEPENDS+= kdenetwork-3.0.2:../../net/kdenetwork3 +DEPENDS+= kdepim-3.0.2:../../misc/kdepim3 +DEPENDS+= kdetoys-3.0.2:../../games/kdetoys3 +DEPENDS+= kdeutils-3.0.2:../../misc/kdeutils3 EXTRACT_ONLY= # empty USE_X11BASE= yes |