diff options
author | martti <martti@pkgsrc.org> | 2002-01-21 12:01:02 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-01-21 12:01:02 +0000 |
commit | b2040f6f71ac4eb47e7f739faa2236ba759727fc (patch) | |
tree | cf47cadf6b13ac2add75ac49f48fdb032dc1d054 /math | |
parent | 8f653be2060aa5fbf9fa43381d595d9e646aa824 (diff) | |
download | pkgsrc-b2040f6f71ac4eb47e7f739faa2236ba759727fc.tar.gz |
Fixed dependency on gnumeric:
* accept gnumeric-0.75 or gnumeric-1.0.1
* install gnumeric-0.75 from pkgsrc/math/gnumeric0 if no existing
gnumeric is found
Diffstat (limited to 'math')
-rw-r--r-- | math/guppi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index 30fdc8bf28e..1be672a7984 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/11/14 08:02:34 tron Exp $ +# $NetBSD: Makefile,v 1.9 2002/01/21 12:01:02 martti Exp $ DISTNAME= Guppi-0.40.0 PKGNAME= ${DISTNAME:S/G/g/} @@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnome.org/guppi/ COMMENT= Plot program with integrated statistics capabilities DEPENDS+= gnome-core>=1.4:../../x11/gnome-core -DEPENDS+= gnumeric>=0.75:../../math/gnumeric +DEPENDS+= gnumeric>=0.75:../../math/gnumeric0 DEPENDS+= python>=2.0:../../lang/python GNU_CONFIGURE= YES |