diff options
author | will <will@FreeBSD.org> | 2000-05-17 11:15:21 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-17 11:15:21 +0000 |
commit | 884142f52a3aafc537150996ae588f899f5543a5 (patch) | |
tree | ba1785d8883102058f5462005aaaa7ce6882abda /x11/kde4/Makefile | |
parent | 23c0cf7947bc0858c5e582726829bb1a59d2f8af (diff) | |
download | FreeBSD-ports-884142f52a3aafc537150996ae588f899f5543a5.zip FreeBSD-ports-884142f52a3aafc537150996ae588f899f5543a5.tar.gz |
Update the KDE meta-port to KDE 1.90 (aka KDE2 beta) so people can use
it to install the basic KDE2 stuff. Also update kdetoys to finally
remove ImageMagick dependency and allow non-i18n people to use it.
And now, KDE2 is fully imported into the tree.
Repo-copies by: asami
Diffstat (limited to 'x11/kde4/Makefile')
-rw-r--r-- | x11/kde4/Makefile | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/x11/kde4/Makefile b/x11/kde4/Makefile index 083b920..8bd405d 100644 --- a/x11/kde4/Makefile +++ b/x11/kde4/Makefile @@ -1,26 +1,24 @@ -# New ports collection makefile for: kde -# Date created: 4 November 1997 -# Whom: Satoshi Asami <asami@FreeBSD.org> +# New ports collection makefile for: KDE2 +# Date created: Sun May 14 2000 00:50:02 +# Whom: Will Andrews <will@FreeBSD.org> # # $FreeBSD$ # PORTNAME= kde -PORTVERSION= 1.1.2 +PORTVERSION= 1.90 CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # none EXTRACT_ONLY= # empty -MAINTAINER= se@freebsd.org +MAINTAINER= will@FreeBSD.org -LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 -RUN_DEPENDS= kwm:${PORTSDIR}/x11/kdebase11 \ - kcalc:${PORTSDIR}/misc/kdeutils11 \ - kmahjongg:${PORTSDIR}/games/kdegames11 \ - kghostview:${PORTSDIR}/graphics/kdegraphics11 \ - kmail:${PORTSDIR}/net/kdenetwork11 \ - kmedia:${PORTSDIR}/audio/kdemultimedia11 +LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 +RUN_DEPENDS= konqueror:${PORTSDIR}/x11/kdebase2 \ + kcalc:${PORTSDIR}/misc/kdeutils2 \ + kmahjongg:${PORTSDIR}/games/kdegames2 \ + kmail:${PORTSDIR}/net/kdenetwork2 NO_BUILD= yes |