diff options
author | tron <tron> | 1998-04-28 22:52:32 +0000 |
---|---|---|
committer | tron <tron> | 1998-04-28 22:52:32 +0000 |
commit | 3016c15a237f1a12662c8080ff9daee6aa68b490 (patch) | |
tree | 118b6895d18a6fcfe6bc466188775fab57090114 /x11/kde | |
parent | fee77e10a43c18994daaca49af66e345d5e1b2ff (diff) | |
download | pkgsrc-3016c15a237f1a12662c8080ff9daee6aa68b490.tar.gz |
Update to KDE Beta 4 'Kirkland'.
Diffstat (limited to 'x11/kde')
-rw-r--r-- | x11/kde/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/x11/kde/Makefile b/x11/kde/Makefile index 98e76aa3d10..78c22a5bde1 100644 --- a/x11/kde/Makefile +++ b/x11/kde/Makefile @@ -1,19 +1,17 @@ -# $NetBSD: Makefile,v 1.9 1998/04/24 09:20:38 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/04/28 22:56:22 tron Exp $ # FreeBSD Id: Makefile,v 1.2 1997/11/27 00:47:46 se Exp # -DISTNAME= kde-3.1b +DISTNAME= kde-4.1b CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # empty -MAINTAINER= packages@netbsd.org +MAINTAINER= tron@netbsd.org -DEPENDS+= kdelibs-3.1b:../../x11/kdelibs -RUN_DEPENDS= kwm:../../x11/kdebase \ - kcalc:../../misc/kdeutils \ - kmahjongg:../../games/kdegames \ - kmail:../../net/kdenetwork +DEPENDS+= kdeutils-4.1b:../../misc/kdeutils +DEPENDS+= kdegames-4.1b:../../games/kdegames +DEPENDS+= kdenetwork-4.1b:../../net/kdenetwork EXTRACT_ONLY= # empty NO_CHECKSUM= yes |