diff options
author | wiz <wiz@pkgsrc.org> | 2004-01-15 08:07:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-01-15 08:07:07 +0000 |
commit | b29db7a671b77d1276e432061dbc1a0d3fc1beec (patch) | |
tree | f495df95f785069d2f67edcd26821d30013b14a7 /x11 | |
parent | 322726a1572ada7d3b82a80203ea48db787829cc (diff) | |
download | pkgsrc-b29db7a671b77d1276e432061dbc1a0d3fc1beec.tar.gz |
Fix dependency lines.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde2/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/x11/kde2/Makefile b/x11/kde2/Makefile index b1107d6e911..2eadb6940ea 100644 --- a/x11/kde2/Makefile +++ b/x11/kde2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/07/17 22:56:33 grant Exp $ +# $NetBSD: Makefile,v 1.20 2004/01/15 08:08:53 wiz Exp $ DISTNAME= kde-2.2.2 PKGREVISION= 7 @@ -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.2nb2:../../misc/kdeartwork2 -DEPENDS+= kdeaddons-2.2.2nb2:../../misc/kdeaddons2 -DEPENDS+= kdeadmin-2.2.2nb4:../../misc/kdeadmin2 -DEPENDS+= kdegames-2.2.2nb3:../../games/kdegames2 -DEPENDS+= kdegraphics-2.2.2nb4:../../graphics/kdegraphics2 -DEPENDS+= kdemultimedia-2.2.2nb3:../../audio/kdemultimedia2 -DEPENDS+= kdenetwork-2.2.2nb6:../../net/kdenetwork2 -DEPENDS+= kdepim-2.2.2nb4:../../misc/kdepim2 -DEPENDS+= kdetoys-2.2.2nb3:../../games/kdetoys2 -DEPENDS+= kdeutils-2.2.2nb3:../../misc/kdeutils2 +DEPENDS+= kdeartwork-2.2.2nb3:../../misc/kdeartwork2 +DEPENDS+= kdeaddons-2.2.2nb3:../../misc/kdeaddons2 +DEPENDS+= kdeadmin-2.2.2nb5:../../misc/kdeadmin2 +DEPENDS+= kdegames-2.2.2nb4:../../games/kdegames2 +DEPENDS+= kdegraphics-2.2.2nb5:../../graphics/kdegraphics2 +DEPENDS+= kdemultimedia-2.2.2nb4:../../audio/kdemultimedia2 +DEPENDS+= kdenetwork-2.2.2nb7:../../net/kdenetwork2 +DEPENDS+= kdepim-2.2.2nb5:../../misc/kdepim2 +DEPENDS+= kdetoys-2.2.2nb4:../../games/kdetoys2 +DEPENDS+= kdeutils-2.2.2nb4:../../misc/kdeutils2 EXTRACT_ONLY= # empty USE_X11BASE= yes |