diff options
author | jlam <jlam> | 2002-04-12 13:02:52 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-04-12 13:02:52 +0000 |
commit | 7e90c85d622a9bac02136e08e9ba2e9dd560c287 (patch) | |
tree | c8b56740e5a392741528a950ff9b3aada88e6a1b /math | |
parent | 72f0a5c9ab7cc3e3e3ee8befeca640be656a69c6 (diff) | |
download | pkgsrc-7e90c85d622a9bac02136e08e9ba2e9dd560c287.tar.gz |
Add dependency on guile. It used to be pulled in incidentally from the
dependency on GConf where it was recently removed; however, unlike GConf,
this package actually uses guile.
Diffstat (limited to 'math')
-rw-r--r-- | math/guppi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index 76235ee174d..02439769132 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2002/03/13 17:37:23 fredb Exp $ +# $NetBSD: Makefile,v 1.15 2002/04/12 13:02:52 jlam Exp $ DISTNAME= Guppi-0.40.0 PKGNAME= ${DISTNAME:S/G/g/} @@ -12,6 +12,7 @@ HOMEPAGE= http://www.gnome.org/guppi/ COMMENT= Plot program with integrated statistics capabilities DEPENDS+= gnumeric>=0.75:../../math/gnumeric0 +DEPENDS+= guile>=1.4:../../lang/guile BUILDLINK_DEPENDS.gnome-core= gnome-core>=1.4.0.4nb1 BUILDLINK_DEPENDS.gdk-pixbuf= gdk-pixbuf>=0.11.0nb1 BUILDLINK_DEPENDS.gdk-pixbuf-gnome= gdk-pixbuf-gnome>=0.11.0nb1 |