diff options
author | rh <rh@pkgsrc.org> | 2001-08-13 19:55:51 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-08-13 19:55:51 +0000 |
commit | 7997af5bf23a6b935dccd5449f2a8db2a987a2c7 (patch) | |
tree | 2ff49d2be6b25552a364d2f992a996bf87c06d9f /math/gnumeric | |
parent | 0213575de3417848b150e35e4495032302e2026d (diff) | |
download | pkgsrc-7997af5bf23a6b935dccd5449f2a8db2a987a2c7.tar.gz |
Require at least version 0.2.3 of libole2
Diffstat (limited to 'math/gnumeric')
-rw-r--r-- | math/gnumeric/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 44671a5bfe9..6969bbee636 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2001/08/13 17:42:37 rh Exp $ +# $NetBSD: Makefile,v 1.34 2001/08/13 19:55:51 rh Exp $ # DISTNAME= gnumeric-0.68 @@ -13,7 +13,7 @@ BUILD_DEPENDS+= python>=2.0:../../lang/python DEPENDS+= libglade>=0.16:../../devel/libglade DEPENDS+= gal>=0.10:../../devel/gal DEPENDS+= gb>=0.0.20:../../lang/gb -DEPENDS+= libole2>=0.1.7:../../devel/libole2 +DEPENDS+= libole2>=0.2.3:../../devel/libole2 DEPENDS+= oaf>=0.6.5:../../devel/oaf DEPENDS+= libxml>=1.8.14:../../textproc/libxml |