diff options
author | tron <tron@pkgsrc.org> | 2002-01-23 19:45:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-01-23 19:45:22 +0000 |
commit | e3f66ec5333001020b07874f6156cdc379af3f38 (patch) | |
tree | 3089471d6c66b2f1346a09a0e49e6141ef4ac67f /math/guppi/Makefile | |
parent | b47bc9b35d9d3729d226175dbc16d3f93e3a996c (diff) | |
download | pkgsrc-e3f66ec5333001020b07874f6156cdc379af3f38.tar.gz |
Switch to new "python" dependency scheme.
Diffstat (limited to 'math/guppi/Makefile')
-rw-r--r-- | math/guppi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index 1be672a7984..87228117be3 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/01/21 12:01:02 martti Exp $ +# $NetBSD: Makefile,v 1.10 2002/01/23 19:45:22 tron Exp $ DISTNAME= Guppi-0.40.0 PKGNAME= ${DISTNAME:S/G/g/} @@ -12,7 +12,6 @@ COMMENT= Plot program with integrated statistics capabilities DEPENDS+= gnome-core>=1.4:../../x11/gnome-core DEPENDS+= gnumeric>=0.75:../../math/gnumeric0 -DEPENDS+= python>=2.0:../../lang/python GNU_CONFIGURE= YES USE_GMAKE= YES @@ -27,5 +26,6 @@ post-install: ${LN} -fs ${PREFIX}/share/aclocal/libguppi.m4 \ ${LOCALBASE}/share/aclocal/libguppi.m4 +.include "../../lang/python/pyversion.mk" .include "../../devel/libglade/buildlink.mk" .include "../../mk/bsd.pkg.mk" |