From 8fce78ee7546238070d21d41b0e22a5333c9cb01 Mon Sep 17 00:00:00 2001 From: jtb Date: Sun, 8 Apr 2001 22:53:14 +0000 Subject: Added defaults for EVAL_PREFIX. --- math/py-Scientific/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'math/py-Scientific') diff --git a/math/py-Scientific/Makefile b/math/py-Scientific/Makefile index 4c1b07232d7..ae52d5ee859 100644 --- a/math/py-Scientific/Makefile +++ b/math/py-Scientific/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/03/30 22:23:07 jtb Exp $ +# $NetBSD: Makefile,v 1.6 2001/04/08 22:53:14 jtb Exp $ DISTNAME= ScientificPython-2.2 PKGNAME= py-Scientific-2.2 @@ -20,6 +20,10 @@ IGNORE="${PKGNAME} needs dynamic loading" .endif PLIST_SRC= ${WRKDIR}/.PLIST_SRC + +PYPREFIX_DEFAULT=${LOCALBASE} +NETCDFPREFIX_DEFAULT=${LOCALBASE} +MPICHPREFIX_DEFAULT=${LOCALBASE} EVAL_PREFIX+= PYPREFIX=python NETCDFPREFIX=netcdf MPICHPREFIX=mpich do-configure: -- cgit v1.2.3