diff options
author | skrll <skrll@pkgsrc.org> | 2001-10-15 22:45:55 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-10-15 22:45:55 +0000 |
commit | a62b3e67a68598fb0fe4dc2e4d5c5c9e4b884cb3 (patch) | |
tree | 49e414584e7255669c95e2837a22f79f3eb9d507 /misc/kdeutils2/Makefile | |
parent | 0fd50d6c14cb246a43399f14bb57be000010fcc8 (diff) | |
download | pkgsrc-a62b3e67a68598fb0fe4dc2e4d5c5c9e4b884cb3.tar.gz |
Update to KDE 2.2.1
With apologies to Al I wouldn't know where to start with a summary of the
changes between 2.1 and 2.2.1 - there are just too many. A couple of
hopefully static URLS that contain useful information are
http://www.kde.org/announcements/changelog2_1to2_2.html
http://www.kde.org/announcements/changelog2_2to2_2_1.html
Support for a.out for kde{libs,base} added by me. The libtool/a.out
combination doesn't like the linking of modules into binaries. A better
way of doing this will appear in future versions of KDE/pkgsrc.
Diffstat (limited to 'misc/kdeutils2/Makefile')
-rw-r--r-- | misc/kdeutils2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/kdeutils2/Makefile b/misc/kdeutils2/Makefile index 65e108b3711..54b923312a3 100644 --- a/misc/kdeutils2/Makefile +++ b/misc/kdeutils2/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.4 2001/09/07 14:27:12 drochner Exp $ +# $NetBSD: Makefile,v 1.5 2001/10/15 22:45:58 skrll Exp $ # -DISTNAME= kdeutils-2.1 +DISTNAME= kdeutils-2.2.1 CATEGORIES= misc kde .include "../../x11/kde2/Makefile.part1" COMMENT= Utilities for the KDE integrated X11 desktop -DEPENDS+= kdebase>=2.1:../../x11/kdebase2 +DEPENDS+= kdebase>=2.2.1:../../x11/kdebase2 .include "../../x11/kde2/Makefile.part2" |