diff options
author | markd <markd> | 2003-05-22 12:05:48 +0000 |
---|---|---|
committer | markd <markd> | 2003-05-22 12:05:48 +0000 |
commit | 01eaae8eb3e9a482923884e293c98931676be4c1 (patch) | |
tree | 8821b0b77bc91a7ffcae5d7bfa76e81c73811779 | |
parent | ca4ecce22901ccf812a20cbf9898c4fbf32ab6ac (diff) | |
download | pkgsrc-01eaae8eb3e9a482923884e293c98931676be4c1.tar.gz |
Forgot to update the Makefile for 3.1.2 - thanks Martti
-rw-r--r-- | x11/kde3/Makefile | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/x11/kde3/Makefile b/x11/kde3/Makefile index 0e81dd45279..4c629334112 100644 --- a/x11/kde3/Makefile +++ b/x11/kde3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2003/05/05 12:32:14 markd Exp $ +# $NetBSD: Makefile,v 1.23 2003/05/22 12:05:48 markd Exp $ -DISTNAME= kde-3.1.1 -PKGREVISION= 2 +DISTNAME= kde-3.1.2 CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # empty @@ -10,18 +9,18 @@ MAINTAINER= skrll@netbsd.org HOMEPAGE= http://www.kde.org/ COMMENT= "meta-package" for the KDE integrated X11 desktop -DEPENDS+= kdeartwork-3.1.1nb1:../../misc/kdeartwork3 -DEPENDS+= kdeaddons-3.1.1nb1:../../misc/kdeaddons3 -DEPENDS+= kdeadmin-3.1.1nb1:../../misc/kdeadmin3 -DEPENDS+= kdeedu-3.1.1nb1:../../misc/kdeedu3 -DEPENDS+= kdegames-3.1.1nb1:../../games/kdegames3 -DEPENDS+= kdegraphics-3.1.1nb4:../../graphics/kdegraphics3 -DEPENDS+= kdemultimedia-3.1.1nb2:../../audio/kdemultimedia3 -DEPENDS+= kdenetwork-3.1.1nb1:../../net/kdenetwork3 -DEPENDS+= kdepim-3.1.1nb1:../../misc/kdepim3 -DEPENDS+= kdetoys-3.1.1nb1:../../games/kdetoys3 -DEPENDS+= kdeutils-3.1.1nb1:../../misc/kdeutils3 -DEPENDS+= quanta-3.1.1nb1:../../www/quanta3 +DEPENDS+= kdeartwork-3.1.2:../../misc/kdeartwork3 +DEPENDS+= kdeaddons-3.1.2:../../misc/kdeaddons3 +DEPENDS+= kdeadmin-3.1.2:../../misc/kdeadmin3 +DEPENDS+= kdeedu-3.1.2:../../misc/kdeedu3 +DEPENDS+= kdegames-3.1.2:../../games/kdegames3 +DEPENDS+= kdegraphics-3.1.2:../../graphics/kdegraphics3 +DEPENDS+= kdemultimedia-3.1.2:../../audio/kdemultimedia3 +DEPENDS+= kdenetwork-3.1.2:../../net/kdenetwork3 +DEPENDS+= kdepim-3.1.2:../../misc/kdepim3 +DEPENDS+= kdetoys-3.1.2:../../games/kdetoys3 +DEPENDS+= kdeutils-3.1.2:../../misc/kdeutils3 +DEPENDS+= quanta-3.1.2:../../www/quanta3 EXTRACT_ONLY= # empty USE_BUILDLINK2= yes |