diff options
author | Stefan Eßer <se@FreeBSD.org> | 1999-01-07 00:52:05 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1999-01-07 00:52:05 +0000 |
commit | 8f11472006968bf10ec1a12fc2f3579c1dabd7f4 (patch) | |
tree | 035d3436e9bc3747c360a2f96dece84779141df5 /x11/kde2 | |
parent | 475c2586abe976069988d7a5d1f05a51c99e4a49 (diff) |
Upgrade to the first pre-release of KDE 1.1.
This port requireat least s version 1.41 of the Qt library.
There will be an error reported by configure, if only an earlier
version is found, but no automatic port dependency exists (i.e.
the x11-toolkits/qt141 port has to be manually built and installed).
There may still be a problem with a missing -lXext in the kdesupport
port. This will be taken care of during the next few days, if the
problem still exists ...
Notes
Notes:
svn path=/head/; revision=15901
Diffstat (limited to 'x11/kde2')
-rw-r--r-- | x11/kde2/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/kde2/Makefile b/x11/kde2/Makefile index 2f2b825eb487..1a2f8f1c3fbd 100644 --- a/x11/kde2/Makefile +++ b/x11/kde2/Makefile @@ -6,16 +6,14 @@ # $Id: Makefile,v 1.15 1998/10/01 19:49:10 brian Exp $ # -DISTNAME= kde-1.0 +DISTNAME= kde-1.1a1 CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= se@freebsd.org -BROKEN= upgrade - -LIB_DEPENDS= kdecore.1:${PORTSDIR}/x11/kdelibs +LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs RUN_DEPENDS= kwm:${PORTSDIR}/x11/kdebase \ kcalc:${PORTSDIR}/misc/kdeutils \ kmahjongg:${PORTSDIR}/games/kdegames \ |