diff options
author | martti <martti> | 2002-01-21 12:01:02 +0000 |
---|---|---|
committer | martti <martti> | 2002-01-21 12:01:02 +0000 |
commit | 54c26aba0a829c2906d89e179da60741ac39160c (patch) | |
tree | cf47cadf6b13ac2add75ac49f48fdb032dc1d054 /math | |
parent | b2c1d23f6734cab7bfd9ef167aaccdb68069cd9d (diff) | |
download | pkgsrc-54c26aba0a829c2906d89e179da60741ac39160c.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 |