summaryrefslogtreecommitdiff
path: root/math/guppi
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-04-12 13:02:52 +0000
committerjlam <jlam@pkgsrc.org>2002-04-12 13:02:52 +0000
commit68f6bab4ef546ce9a52926e3f1f8ae058f071192 (patch)
treec8b56740e5a392741528a950ff9b3aada88e6a1b /math/guppi
parent9778a87ae8fd6fdb559508efbe62163ac461baa6 (diff)
downloadpkgsrc-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/guppi')
-rw-r--r--math/guppi/Makefile3
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