diff options
author | wiz <wiz@pkgsrc.org> | 2004-10-28 11:49:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-10-28 11:49:07 +0000 |
commit | fa9e23c81f384605b0e37b8a76f532e965d3c446 (patch) | |
tree | b86f93899848c24ca1047dec647dbac57ae3eb04 /x11 | |
parent | 68ef1311cf01794abf72972489b1df8635802431 (diff) | |
download | pkgsrc-fa9e23c81f384605b0e37b8a76f532e965d3c446.tar.gz |
Fix depends, bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde2/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/x11/kde2/Makefile b/x11/kde2/Makefile index 5cd902c0714..f5c3417fef1 100644 --- a/x11/kde2/Makefile +++ b/x11/kde2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2004/04/26 04:27:55 snj Exp $ +# $NetBSD: Makefile,v 1.25 2004/10/28 11:49:07 wiz Exp $ DISTNAME= kde-2.2.2 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # empty @@ -10,16 +10,16 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.kde.org/ COMMENT= "meta-package" for the KDE integrated X11 desktop -DEPENDS+= kdeartwork-2.2.2nb5:../../misc/kdeartwork2 -DEPENDS+= kdeaddons-2.2.2nb5:../../misc/kdeaddons2 -DEPENDS+= kdeadmin-2.2.2nb7:../../misc/kdeadmin2 -DEPENDS+= kdegames-2.2.2nb6:../../games/kdegames2 -DEPENDS+= kdegraphics-2.2.2nb7:../../graphics/kdegraphics2 -DEPENDS+= kdemultimedia-2.2.2nb6:../../multimedia/kdemultimedia2 -DEPENDS+= kdenetwork-2.2.2nb9:../../net/kdenetwork2 -DEPENDS+= kdepim-2.2.2nb7:../../misc/kdepim2 -DEPENDS+= kdetoys-2.2.2nb6:../../games/kdetoys2 -DEPENDS+= kdeutils-2.2.2nb6:../../misc/kdeutils2 +DEPENDS+= kdeartwork-2.2.2nb6:../../misc/kdeartwork2 +DEPENDS+= kdeaddons-2.2.2nb6:../../misc/kdeaddons2 +DEPENDS+= kdeadmin-2.2.2nb8:../../misc/kdeadmin2 +DEPENDS+= kdegames-2.2.2nb7:../../games/kdegames2 +DEPENDS+= kdegraphics-2.2.2nb8:../../graphics/kdegraphics2 +DEPENDS+= kdemultimedia-2.2.2nb7:../../multimedia/kdemultimedia2 +DEPENDS+= kdenetwork-2.2.2nb10:../../net/kdenetwork2 +DEPENDS+= kdepim-2.2.2nb8:../../misc/kdepim2 +DEPENDS+= kdetoys-2.2.2nb7:../../games/kdetoys2 +DEPENDS+= kdeutils-2.2.2nb7:../../misc/kdeutils2 EXTRACT_ONLY= # empty USE_X11BASE= yes |