diff options
author | tron <tron> | 1998-05-04 19:38:44 +0000 |
---|---|---|
committer | tron <tron> | 1998-05-04 19:38:44 +0000 |
commit | 26008a821364a575f8b0b7a53c6da3d460a25e18 (patch) | |
tree | 74939b49ca3a2dbffb2c55f7a28436f5527b7acd /math | |
parent | 507480788e45ae94568f38966fae56355fabb7d4 (diff) | |
download | pkgsrc-26008a821364a575f8b0b7a53c6da3d460a25e18.tar.gz |
Replace "BUILD_DEPENDS" and "RUN_DEPENDS" by "DEPENDS".
Diffstat (limited to 'math')
-rw-r--r-- | math/py-Numeric/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile index 135d14790a2..adfa4b9ed4e 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/04/24 09:20:35 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/05/04 19:38:44 tron Exp $ DISTNAME= NumPy-11 PKGNAME= py-Numeric-1.1 @@ -8,8 +8,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= tsarna@endicor.com -BUILD_DEPENDS= python:../../lang/python -RUN_DEPENDS= python:../../lang/python +DEPENDS+= python-1.5.1:../../lang/python WRKSRC= ${WRKDIR}/LLNLDistribution/Numerical ALL_TARGET= default |