diff options
author | tron <tron@pkgsrc.org> | 2000-08-23 20:33:44 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-23 20:33:44 +0000 |
commit | bec517b00839cd9db488628ecb73bec8e3098ba3 (patch) | |
tree | 7904be39a6c4577b8c1fd54c97a21f736f799285 | |
parent | 86f7f090d3e3236083d5594cbd2face3ba7d4bd1 (diff) | |
download | pkgsrc-bec517b00839cd9db488628ecb73bec8e3098ba3.tar.gz |
Let this package depend only on "kdebase" so that it can be installed
instead of "kdetoys".
-rw-r--r-- | x11/kworldwatch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kworldwatch/Makefile b/x11/kworldwatch/Makefile index 79e26c3ea0d..6f7703fc1b4 100644 --- a/x11/kworldwatch/Makefile +++ b/x11/kworldwatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/07/31 04:14:11 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2000/08/23 20:33:44 tron Exp $ # DISTNAME= kworldwatch-0.6 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= hubertf@netbsd.org DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext -DEPENDS+= kde-1.1.2:../../x11/kde +DEPENDS+= kdebase-1.1.2:../../x11/kdebase CONFLICTS+= kdetoys-* |