diff options
author | skrll <skrll@pkgsrc.org> | 2002-09-13 06:59:37 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-09-13 06:59:37 +0000 |
commit | 0fc3afe6b45eb998532ba5d0e0a785b4513d8762 (patch) | |
tree | 97068ef4f1c1a0dabf2a0dc1ab7e0bc87b66d198 /x11 | |
parent | e8b8dcabbc5468450bde92afa5adaec17f128574 (diff) | |
download | pkgsrc-0fc3afe6b45eb998532ba5d0e0a785b4513d8762.tar.gz |
Use the "Official Pthreads Replacement" in kdenetwork2.
Bump PKGREVISION and depend on it.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kde2/Makefile b/x11/kde2/Makefile index bfc0b8cfac3..5c4e9f8d5d2 100644 --- a/x11/kde2/Makefile +++ b/x11/kde2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/09/11 09:16:17 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2002/09/13 06:59:39 skrll Exp $ DISTNAME= kde-2.2.2 PKGREVISION= 2 @@ -16,7 +16,7 @@ DEPENDS+= kdeadmin-2.2.2nb1:../../misc/kdeadmin2 DEPENDS+= kdegames-2.2.2nb1:../../games/kdegames2 DEPENDS+= kdegraphics-2.2.2nb1:../../graphics/kdegraphics2 DEPENDS+= kdemultimedia-2.2.2nb1:../../audio/kdemultimedia2 -DEPENDS+= kdenetwork-2.2.2nb1:../../net/kdenetwork2 +DEPENDS+= kdenetwork-2.2.2nb2:../../net/kdenetwork2 DEPENDS+= kdepim-2.2.2nb2:../../misc/kdepim2 DEPENDS+= kdetoys-2.2.2nb1:../../games/kdetoys2 DEPENDS+= kdeutils-2.2.2nb1:../../misc/kdeutils2 |