diff options
author | Will Andrews <will@FreeBSD.org> | 2000-08-29 23:44:32 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-08-29 23:44:32 +0000 |
commit | 763de026f30819d0d900b78e9edafea28f61af31 (patch) | |
tree | 0653c75bd02cd54c41672a11a27d77c19a49c8ef /x11/kde3/Makefile | |
parent | Update to tkirc 2.42. (diff) |
Update to 20000829A snapshot. Disable kdenetwork2 for the time being so
I can address some of its issues (should see it marked un-broken in about
3 hours, if they're trivial enough). It took too long to get this update
out the door... :-(
This is a rather stable version of KDE2. Release is hoped for sometime
next month, so I'm going to try to reroll snapshots this weekend.
Also decide policy by removing the interactive requirement in qt22's
configure script. I don't know why they bothered adding it there..
Bugged by: *many* bug-reports, requests, etc.
Notes
Notes:
svn path=/head/; revision=32116
Diffstat (limited to 'x11/kde3/Makefile')
-rw-r--r-- | x11/kde3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/kde3/Makefile b/x11/kde3/Makefile index 2f8f44c3925a..b4e9b873c299 100644 --- a/x11/kde3/Makefile +++ b/x11/kde3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kde -PORTVERSION= 20000724A +PORTVERSION= 20000829A CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # none @@ -14,8 +14,7 @@ EXTRACT_ONLY= # empty MAINTAINER= will@FreeBSD.org -LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 \ - ksearch.3:${PORTSDIR}/net/kdenetwork2 +LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 RUN_DEPENDS= konqueror:${PORTSDIR}/x11/kdebase2 \ kjumpingcube:${PORTSDIR}/games/kdegames2 |