diff options
author | tron <tron@pkgsrc.org> | 2001-11-14 08:02:34 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-11-14 08:02:34 +0000 |
commit | 8f157c60f380e583d6b146496f0475634c781824 (patch) | |
tree | 76979b7d9352487a99967d3195aba3256d2e4ef1 /math | |
parent | 18d078ffb2fe448f082e673af2a6b2796e55d601 (diff) | |
download | pkgsrc-8f157c60f380e583d6b146496f0475634c781824.tar.gz |
Fix major package list lossage caused by last update and add missing
dependence on "gnumeric" package.
Diffstat (limited to 'math')
-rw-r--r-- | math/guppi/Makefile | 3 | ||||
-rw-r--r-- | math/guppi/PLIST | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index d62db3cfb41..30fdc8bf28e 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/11/13 16:23:23 tron Exp $ +# $NetBSD: Makefile,v 1.8 2001/11/14 08:02:34 tron Exp $ DISTNAME= Guppi-0.40.0 PKGNAME= ${DISTNAME:S/G/g/} @@ -11,6 +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+= python>=2.0:../../lang/python GNU_CONFIGURE= YES diff --git a/math/guppi/PLIST b/math/guppi/PLIST index 28dd1c6b5e8..f6fc3ed8e18 100644 --- a/math/guppi/PLIST +++ b/math/guppi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2001/11/13 03:16:50 damon Exp $ +@comment $NetBSD: PLIST,v 1.3 2001/11/14 08:02:34 tron Exp $ bin/gnome-guile-repl bin/gnome-python-repl bin/guppi-gnumeric @@ -378,8 +378,6 @@ share/pixmaps/guppi/stock.xpm share/pixmaps/guppi/surface.xpm @dirrm share/pixmaps/guppi @dirrm share/oaf -@dirrm share/locale/is/LC_MESSAGES -@dirrm share/locale/is @dirrm share/guppi/scripts/python/Guppi/plot @dirrm share/guppi/scripts/python/Guppi/data_impl @dirrm share/guppi/scripts/python/Guppi @@ -389,7 +387,6 @@ share/pixmaps/guppi/surface.xpm @dirrm share/guppi @dirrm share/gnome/help/guppi/C @dirrm share/gnome/apps/Applications -@dirrm share/aclocal @dirrm lib/guppi/plug-ins/${PKGVERSION}/plot/xybox @dirrm lib/guppi/plug-ins/${PKGVERSION}/plot/text @dirrm lib/guppi/plug-ins/${PKGVERSION}/plot/scatter |