diff options
author | se <se@FreeBSD.org> | 1999-01-07 00:52:05 +0000 |
---|---|---|
committer | se <se@FreeBSD.org> | 1999-01-07 00:52:05 +0000 |
commit | 51e9726b73bab95be2960805f8eb7542fc9c6263 (patch) | |
tree | e026952370abac3c4512e742d077ffa2fa401cc1 /x11/kde3/Makefile | |
parent | 1533c5e3bfa411356df58d144391861a48d8a8f1 (diff) | |
download | FreeBSD-ports-51e9726b73bab95be2960805f8eb7542fc9c6263.zip FreeBSD-ports-51e9726b73bab95be2960805f8eb7542fc9c6263.tar.gz |
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 ...
Diffstat (limited to 'x11/kde3/Makefile')
-rw-r--r-- | x11/kde3/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/kde3/Makefile b/x11/kde3/Makefile index 2f2b825..1a2f8f1 100644 --- a/x11/kde3/Makefile +++ b/x11/kde3/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 \ |