diff options
author | rh <rh@pkgsrc.org> | 2001-08-13 17:42:37 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-08-13 17:42:37 +0000 |
commit | a974bce0fcceb570b89b7eb6710f4c1ac042d894 (patch) | |
tree | 04a7cd48c130ce7b2eff75e6b9381e327a309d5c /math | |
parent | 0ce91b1c14f41d05a9c8465086d815e90730da40 (diff) | |
download | pkgsrc-a974bce0fcceb570b89b7eb6710f4c1ac042d894.tar.gz |
Gnumeric requires at least libxml-1.8.14 now. Make that requirement
explicit. Pointed out in private mail by Allen Briggs.
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 06ddd5f8588..44671a5bfe9 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2001/08/11 18:46:34 rh Exp $ +# $NetBSD: Makefile,v 1.33 2001/08/13 17:42:37 rh Exp $ # DISTNAME= gnumeric-0.68 @@ -15,6 +15,7 @@ DEPENDS+= gal>=0.10:../../devel/gal DEPENDS+= gb>=0.0.20:../../lang/gb DEPENDS+= libole2>=0.1.7:../../devel/libole2 DEPENDS+= oaf>=0.6.5:../../devel/oaf +DEPENDS+= libxml>=1.8.14:../../textproc/libxml GNU_CONFIGURE= YES USE_LIBINTL= YES |