diff options
author | rh <rh@pkgsrc.org> | 2003-01-17 02:30:45 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-01-17 02:30:45 +0000 |
commit | 5223a431065d7dc200c930fb54f57db337d0c1a6 (patch) | |
tree | 5e65e76b721b62e92ee2a41fefa54f81480d22a9 /meta-pkgs/gnome | |
parent | 6a4220e7a5263df5d04d3734bca6103c859b1e46 (diff) | |
download | pkgsrc-5223a431065d7dc200c930fb54f57db337d0c1a6.tar.gz |
Fix typo: >= instead of > for pan dependency
Diffstat (limited to 'meta-pkgs/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 6aeb65b551d..cfa858aa933 100644 --- a/meta-pkgs/gnome/Makefile +++ b/meta-pkgs/gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/01/13 01:05:08 rh Exp $ +# $NetBSD: Makefile,v 1.12 2003/01/17 02:30:45 rh Exp $ DISTNAME= gnome-1.4.2.1 CATEGORIES= meta-pkgs x11 gnome @@ -32,7 +32,7 @@ DEPENDS+= gnumeric>=0.75nb5:../../math/gnumeric0 DEPENDS+= gtk-->=1.2.10:../../x11/gtk-- DEPENDS+= gtk-engines>=0.12:../../x11/gtk-engines DEPENDS+= gtop>=1.0.13nb2:../../sysutils/gtop -DEPENDS+= pan>0.11.4nb2:../../news/pan +DEPENDS+= pan>=0.11.4nb2:../../news/pan DEPENDS+= xchat-gnome>=1.8.10nb3:../../chat/xchat-gnome USE_X11= yes |