diff options
author | tron <tron@pkgsrc.org> | 2002-08-12 19:00:36 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-08-12 19:00:36 +0000 |
commit | 8064004a9bc2341fe9f1d9f7449b22b0564c2cb2 (patch) | |
tree | 40c1b3b8d376ba3747438a67b4f16aeea1fde597 /meta-pkgs | |
parent | dd9794ac2fed238ace097badb09faf5ceae49760 (diff) | |
download | pkgsrc-8064004a9bc2341fe9f1d9f7449b22b0564c2cb2.tar.gz |
Make last change less intrusive: build "gnumeric" version 1.0.0 or newer
where possible but still accept version 0.75.
Diffstat (limited to 'meta-pkgs')
-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 a782ee1c288..e0260b22e73 100644 --- a/meta-pkgs/gnome/Makefile +++ b/meta-pkgs/gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/08/12 18:39:57 tron Exp $ +# $NetBSD: Makefile,v 1.6 2002/08/12 19:00:36 tron Exp $ DISTNAME= gnome-1.4.0.7 CATEGORIES= meta-pkgs x11 gnome @@ -25,7 +25,7 @@ DEPENDS+= gnome-users-guide>=1.2:../../x11/gnome-users-guide DEPENDS+= gnome-utils>=1.4.1:../../misc/gnome-utils DEPENDS+= evolution>=1.0.2:../../mail/evolution .if exists(/usr/include/wctype.h) -DEPENDS+= gnumeric>=1.0.9:../../math/gnumeric +DEPENDS+= gnumeric>=0.75:../../math/gnumeric .else DEPENDS+= gnumeric>=0.75:../../math/gnumeric0 .endif |