diff options
author | tron <tron@pkgsrc.org> | 2002-07-27 15:04:55 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-07-27 15:04:55 +0000 |
commit | 0e86174cd9e4a4e4f895f7b90bac32d50ec2cff4 (patch) | |
tree | 7fd03fc9e6be5cdc2b5331b94466bc9addf6a900 | |
parent | ed43b117282bc40b28ec3f6b916b0a20b8ebd5b2 (diff) | |
download | pkgsrc-0e86174cd9e4a4e4f895f7b90bac32d50ec2cff4.tar.gz |
Change dependence from "xchat" to "xchat-gnome".
-rw-r--r-- | meta-pkgs/gnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/gnome/Makefile b/meta-pkgs/gnome/Makefile index a4113ba2a69..52a71d3bd6b 100644 --- a/meta-pkgs/gnome/Makefile +++ b/meta-pkgs/gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/07/11 19:44:28 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/07/27 15:04:55 tron Exp $ DISTNAME= gnome-1.4.0.6 CATEGORIES= meta-pkgs x11 gnome @@ -29,7 +29,7 @@ DEPENDS+= gtk-->=1.2.5:../../x11/gtk-- DEPENDS+= gtk-engines>=0.12:../../x11/gtk-engines DEPENDS+= gtop>=1.0.13:../../sysutils/gtop DEPENDS+= pan>0.10.0:../../news/pan -DEPENDS+= xchat>=1.8.7:../../chat/xchat +DEPENDS+= xchat-gnome>=1.8.9:../../chat/xchat-gnome USE_X11= yes EXTRACT_ONLY= # empty |