diff options
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r-- | math/gnumeric/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index f1d61e6e73a..c273d268504 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2000/01/01 14:23:24 rh Exp $ +# $NetBSD: Makefile,v 1.16 2000/01/26 12:00:39 rh Exp $ # -DISTNAME= gnumeric-0.46 +DISTNAME= gnumeric-0.48 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/} @@ -10,7 +10,8 @@ HOMEPAGE= http://www.gnome.org/gnumeric/ BUILD_DEPENDS+= ${LOCALBASE}/bin/python:../../lang/python DEPENDS+= gnome-core-*:../../x11/gnome-core -DEPENDS+= gnome-print-*:../../print/gnome-print +DEPENDS+= gnome-print>=0.10:../../print/gnome-print +DEPENDS+= libxml>=1.8.5:../../textproc/libxml DEPENDS+= libglade>=0.11:../../devel/libglade GNU_CONFIGURE= YES |