summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authortron <tron>2002-08-12 19:00:36 +0000
committertron <tron>2002-08-12 19:00:36 +0000
commit1dd48a275eea96a5f26405a8c7203de6b6f62bd1 (patch)
tree40c1b3b8d376ba3747438a67b4f16aeea1fde597 /meta-pkgs
parent862732cd1b5e3c42469188f37b8d5aae76166ee4 (diff)
downloadpkgsrc-1dd48a275eea96a5f26405a8c7203de6b6f62bd1.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/Makefile4
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