diff options
author | tron <tron> | 1999-08-01 19:07:14 +0000 |
---|---|---|
committer | tron <tron> | 1999-08-01 19:07:14 +0000 |
commit | 4a626ed00168f8fdecbcae2e9dcc17eca014067e (patch) | |
tree | 41e0476bd456e2ca671d16c3df59057b0c52b25d /math | |
parent | 4f7ec7959f2d1d7a2eedc48e3cb8ec3806d9cc73 (diff) | |
download | pkgsrc-4a626ed00168f8fdecbcae2e9dcc17eca014067e.tar.gz |
Remove redundant dependence on "libxml" package.
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index ee44e612088..1e737d23179 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/31 19:20:32 rh Exp $ +# $NetBSD: Makefile,v 1.2 1999/08/01 19:07:14 tron Exp $ # DISTNAME= gnumeric-0.31 @@ -15,7 +15,6 @@ HOMEPAGE= http://www.gnome.org/gnumeric/ DEPENDS+= gnome-core-1.0.7:../../x11/gnome-core DEPENDS+= gnome-print-0.4:../../print/gnome-print -DEPENDS+= libxml-1.4.0:../../textproc/libxml DEPENDS+= libglade-0.2:../../devel/libglade GNU_CONFIGURE= YES |