diff options
author | tron <tron@pkgsrc.org> | 1999-09-15 18:26:00 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-09-15 18:26:00 +0000 |
commit | 3376546328d811ec82f5ab190069427912071eb9 (patch) | |
tree | f2b3cd3ec7af2d188941147ae4569ff257a009a8 /x11/kde | |
parent | 27514a87e915a1a043ad3c8c70e517c19280772e (diff) | |
download | pkgsrc-3376546328d811ec82f5ab190069427912071eb9.tar.gz |
Update K Desktop Environment to version 1.1.2. A change list is available
at "http://www.kde.org/announcements/changelog1_1_1to1_1_2.html".
Diffstat (limited to 'x11/kde')
-rw-r--r-- | x11/kde/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/kde/Makefile b/x11/kde/Makefile index 1e06cf9b412..6edc83ff90b 100644 --- a/x11/kde/Makefile +++ b/x11/kde/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 1999/06/05 21:34:19 tron Exp $ +# $NetBSD: Makefile,v 1.22 1999/09/15 18:26:04 tron Exp $ # FreeBSD Id: Makefile,v 1.2 1997/11/27 00:47:46 se Exp # -DISTNAME= kde-1.1.1 +DISTNAME= kde-1.1.2 CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # empty @@ -10,10 +10,10 @@ DISTFILES= # empty MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.kde.org/ -DEPENDS+= kdeutils-1.1.1:../../misc/kdeutils -DEPENDS+= kdenetwork-1.1.1:../../net/kdenetwork -DEPENDS+= kdegraphics-1.1.1:../../graphics/kdegraphics -DEPENDS+= kdegames-1.1.1:../../games/kdegames +DEPENDS+= kdeutils-1.1.2:../../misc/kdeutils +DEPENDS+= kdenetwork-1.1.2:../../net/kdenetwork +DEPENDS+= kdegraphics-1.1.2:../../graphics/kdegraphics +DEPENDS+= kdegames-1.1.2:../../games/kdegames USE_X11= yes EXTRACT_ONLY= # empty |