diff options
Diffstat (limited to 'x11/kde2/Makefile')
-rw-r--r-- | x11/kde2/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/x11/kde2/Makefile b/x11/kde2/Makefile index 68fcee20a50..63f93ef9992 100644 --- a/x11/kde2/Makefile +++ b/x11/kde2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2001/10/15 22:46:20 skrll Exp $ -# +# $NetBSD: Makefile,v 1.4 2001/11/13 21:32:02 jlam Exp $ -DISTNAME= kde-2.2.1 +DISTNAME= kde-2.2.1nb1 CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # empty @@ -10,17 +9,17 @@ MAINTAINER= skrll@netbsd.org HOMEPAGE= http://www.kde.org/ COMMENT= "meta-package" for the KDE integrated X11 desktop -DEPENDS+= kdeutils-2.2.1:../../misc/kdeutils2 -DEPENDS+= kdenetwork-2.2.1:../../net/kdenetwork2 -DEPENDS+= kdegraphics-2.2.1:../../graphics/kdegraphics2 +DEPENDS+= kdeadmin-2.2.1:../../misc/kdeadmin2 DEPENDS+= kdegames-2.2.1:../../games/kdegames2 +DEPENDS+= kdegraphics-2.2.1:../../graphics/kdegraphics2 DEPENDS+= kdemultimedia-2.2.1:../../audio/kdemultimedia2 +DEPENDS+= kdenetwork-2.2.1:../../net/kdenetwork2 +DEPENDS+= kdepim-2.2.1nb1:../../misc/kdepim2 DEPENDS+= kdetoys-2.2.1:../../games/kdetoys2 -DEPENDS+= kdepim-2.2.1:../../misc/kdepim2 -DEPENDS+= kdeadmin-2.2.1:../../misc/kdeadmin2 +DEPENDS+= kdeutils-2.2.1nb1:../../misc/kdeutils2 -USE_X11BASE= yes EXTRACT_ONLY= # empty +USE_X11BASE= yes NO_CHECKSUM= yes NO_PATCH= yes NO_CONFIGURE= yes |