diff options
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r-- | math/gnumeric/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index daf639da37f..47849f67059 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2000/06/26 21:55:47 rh Exp $ +# $NetBSD: Makefile,v 1.21 2000/10/15 17:38:54 rh Exp $ # DISTNAME= gnumeric-0.56 +PKGNAME= ${DISTNAME}nb1 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/} @@ -10,7 +11,7 @@ HOMEPAGE= http://www.gnome.org/gnumeric/ BUILD_DEPENDS+= ${LOCALBASE}/bin/python:../../lang/python DEPENDS+= gnome-core-*:../../x11/gnome-core -DEPENDS+= gnome-print>=0.20:../../print/gnome-print +DEPENDS+= gnome-print>=0.23:../../print/gnome-print DEPENDS+= libxml>=1.8.7:../../textproc/libxml DEPENDS+= libglade>=0.13:../../devel/libglade DEPENDS+= libole2>=0.1.5:../../devel/libole2 |