diff options
author | jlam <jlam@pkgsrc.org> | 2002-04-12 13:02:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-04-12 13:02:52 +0000 |
commit | 68f6bab4ef546ce9a52926e3f1f8ae058f071192 (patch) | |
tree | c8b56740e5a392741528a950ff9b3aada88e6a1b /math | |
parent | 9778a87ae8fd6fdb559508efbe62163ac461baa6 (diff) | |
download | pkgsrc-68f6bab4ef546ce9a52926e3f1f8ae058f071192.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 |