diff options
author | rh <rh> | 1999-09-10 15:39:34 +0000 |
---|---|---|
committer | rh <rh> | 1999-09-10 15:39:34 +0000 |
commit | cf6686bcd5d3e3d40423d729017983d71ff74ed0 (patch) | |
tree | 03a35d29b417af70eee4a35b8e0faa8143baba86 /math | |
parent | 0429fa3daea0bde29caa6be8936a0efda8d744fb (diff) | |
download | pkgsrc-cf6686bcd5d3e3d40423d729017983d71ff74ed0.tar.gz |
Add missing dependency on python to BUILD_DEPENDS.
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 1d7c43171f8..c39014d2a2c 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/09/08 16:16:06 rh Exp $ +# $NetBSD: Makefile,v 1.9 1999/09/10 15:39:34 rh Exp $ # DISTNAME= gnumeric-0.34 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/gnumeric/ +BUILD_DEPENDS+= ${LOCALBASE}/bin/python:../../lang/python DEPENDS+= gnome-core-1.0.9:../../x11/gnome-core DEPENDS+= gnome-print-0.7:../../print/gnome-print DEPENDS+= libglade-0.5:../../devel/libglade |