diff options
author | wiz <wiz> | 2000-12-15 00:42:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-15 00:42:17 +0000 |
commit | a6175c3d2e5be6ae69a6052f714582abd2d866c0 (patch) | |
tree | 76aea34bc0d9dfc3df24b08296092271274bede3 /x11/gnome | |
parent | d7bbe57ab7f490f5b7e52b8fd24cf452c4be501b (diff) | |
download | pkgsrc-a6175c3d2e5be6ae69a6052f714582abd2d866c0.tar.gz |
Fix path for xchat (moved to chat).
Diffstat (limited to 'x11/gnome')
-rw-r--r-- | x11/gnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome/Makefile b/x11/gnome/Makefile index 7ed6316d3c5..4e0ff87ff15 100644 --- a/x11/gnome/Makefile +++ b/x11/gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/11/26 07:39:30 rh Exp $ +# $NetBSD: Makefile,v 1.17 2000/12/15 00:42:17 wiz Exp $ DISTNAME= gnome-1.2.4 CATEGORIES= x11 gnome @@ -27,7 +27,7 @@ DEPENDS+= gnumeric>=0.59:../../math/gnumeric DEPENDS+= gtk-->=1.0.3:../gtk-- DEPENDS+= gtk-engines>=0.8:../gtk-engines DEPENDS+= gtop>=1.0.9:../../sysutils/gtop -DEPENDS+= xchat>=1.5.6:../../net/xchat +DEPENDS+= xchat>=1.5.6:../../chat/xchat USE_X11= yes EXTRACT_ONLY= # empty |