From d48002a5eba327be116a39d98284bc777b760595 Mon Sep 17 00:00:00 2001 From: will Date: Tue, 29 Aug 2000 23:44:32 +0000 Subject: 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. --- x11/kde4/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'x11/kde4') diff --git a/x11/kde4/Makefile b/x11/kde4/Makefile index 2f8f44c3925a..b4e9b873c299 100644 --- a/x11/kde4/Makefile +++ b/x11/kde4/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 -- cgit