summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authortron <tron>2002-01-23 19:45:22 +0000
committertron <tron>2002-01-23 19:45:22 +0000
commit1de98b6de4a47c8dac4f492fd417f934b5a42101 (patch)
tree3089471d6c66b2f1346a09a0e49e6141ef4ac67f /math
parent4537f5bfe1fd22e5d1bbc0d9443094a1b6a3fe99 (diff)
downloadpkgsrc-1de98b6de4a47c8dac4f492fd417f934b5a42101.tar.gz
Switch to new "python" dependency scheme.
Diffstat (limited to 'math')
-rw-r--r--math/guppi/Makefile4
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"