diff options
author | Will Andrews <will@FreeBSD.org> | 2000-08-30 03:50:06 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-08-30 03:50:06 +0000 |
commit | b9fa1c08fd35f90952d97ffbbabb4507617d116b (patch) | |
tree | c23a213077495d7ad8cce0dedf9de6c97157c218 /x11/kde3 | |
parent | Update to 20000829A snapshot. Disable kdenetwork2 for the time being so (diff) |
Finish updating to KDE2 snapshot 20000829A. Re-add kdenetwork and kdeutils
dependencies to kde2, and add koffice to kde2, because it's part of the
2.0 release. Fix my bogon in forgetting to remove obsolete qt22 patches.
The current state of the ports as far as building and installing is quite
good, but I expect minor problems with PLISTs other than for the ones I've
fixed here. I'm going to let bento figure it out. :-)
Please, test these ports and report bugs to submit@bugs.kde.org, and send
me problems with the ports themselves. I've found that KDE2 seems to have
stabilized significantly since the last snapshot.
And now, I am removing the last patch remaining in the KDE2 ports, except
for the QT 2.2 snapshot.
Diffstat (limited to 'x11/kde3')
-rw-r--r-- | x11/kde3/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/kde3/Makefile b/x11/kde3/Makefile index b4e9b873c299..2aa49b5eda4b 100644 --- a/x11/kde3/Makefile +++ b/x11/kde3/Makefile @@ -14,9 +14,12 @@ EXTRACT_ONLY= # empty MAINTAINER= will@FreeBSD.org -LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 +LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 \ + ksearch.3:${PORTSDIR}/net/kdenetwork2 RUN_DEPENDS= konqueror:${PORTSDIR}/x11/kdebase2 \ - kjumpingcube:${PORTSDIR}/games/kdegames2 + kjumpingcube:${PORTSDIR}/games/kdegames2 \ + kdf:${PORTSDIR}/misc/kdeutils2 \ + kword:${PORTSDIR}/editors/koffice NO_BUILD= yes |