diff options
author | rh <rh@pkgsrc.org> | 2002-01-25 02:00:11 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-01-25 02:00:11 +0000 |
commit | cd7556e3c73161d7f4273c24542215e3062dd7fb (patch) | |
tree | 37c67e8cc0354bf0a77a0ed1e7aaea73abf77aa9 | |
parent | 22dcd54ac3bd1bc3c5661c322d9012fec1c22773 (diff) | |
download | pkgsrc-cd7556e3c73161d7f4273c24542215e3062dd7fb.tar.gz |
Depend on at least version 0.11.0 of gdk-pixbuf{,-gnome}. Fixes
PR 14753 by chris@paradox.demon.co.uk
-rw-r--r-- | math/guppi/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index 6afe897a997..27106aa729b 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/01/24 12:22:54 tron Exp $ +# $NetBSD: Makefile,v 1.12 2002/01/25 02:00:11 rh Exp $ DISTNAME= Guppi-0.40.0 PKGNAME= ${DISTNAME:S/G/g/} @@ -10,8 +10,10 @@ MAINTAINER= tron@netbsd.org 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/gnumeric0 +BUILDLINK_DEPENDS.gnome-core= gnome-core>=1.4 +BUILDLINK_DEPENDS.gdk-pixbuf= gdk-pixbuf>=0.11.0 +BUILDLINK_DEPENDS.gdk-pixbuf-gnome= gdk-pixbuf-gnome>=0.11.0 GNU_CONFIGURE= YES USE_GMAKE= YES @@ -29,4 +31,5 @@ post-install: .include "../../lang/python/pyversion.mk" .include "../../devel/libglade/buildlink.mk" .include "../../devel/readline/buildlink.mk" +.include "../../x11/gnome-core/buildlink.mk" .include "../../mk/bsd.pkg.mk" |