From 0c7fada6313293a6f9e641776ae7f717da764827 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 4 May 1998 19:38:44 +0000 Subject: Replace "BUILD_DEPENDS" and "RUN_DEPENDS" by "DEPENDS". --- math/py-Numeric/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'math/py-Numeric/Makefile') 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 -- cgit v1.2.3