diff options
author | martti <martti@pkgsrc.org> | 2002-01-18 08:49:39 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-01-18 08:49:39 +0000 |
commit | 81d35b8e445fe1140a5fb266ca3b529b9b3ff441 (patch) | |
tree | 1f2eb12d21161db41afab1669348b30c38e3256b /x11 | |
parent | abf28b7188a87376eb5dd1464dab9913f0e6ad2d (diff) | |
download | pkgsrc-81d35b8e445fe1140a5fb266ca3b529b9b3ff441.tar.gz |
Don't depend on gnumeric as there are two different versions
available (math/gnumeric and math/gnumeric0). It the user wants
gnumeric (s)he will have to install it after gnome.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gnome/Makefile b/x11/gnome/Makefile index 9ad9769ed8c..f137293bac2 100644 --- a/x11/gnome/Makefile +++ b/x11/gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2001/10/15 08:02:23 rh Exp $ +# $NetBSD: Makefile,v 1.24 2002/01/18 08:49:39 martti Exp $ DISTNAME= gnome-1.4.0.4 CATEGORIES= x11 gnome @@ -24,7 +24,6 @@ DEPENDS+= gnome-pim>=1.4.0:../../misc/gnome-pim DEPENDS+= gnome-python>=1.4.0:../gnome-python DEPENDS+= gnome-users-guide>=1.2:../gnome-users-guide DEPENDS+= gnome-utils>=1.4.1:../../misc/gnome-utils -DEPENDS+= gnumeric>=0.70:../../math/gnumeric DEPENDS+= evolution>=0.15:../../mail/evolution DEPENDS+= gtk-->=1.2.5:../gtk-- DEPENDS+= gtk-engines>=0.12:../gtk-engines |