summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>1999-12-22 16:15:45 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>1999-12-22 16:15:45 +0000
commitdefec81127dc6a5a77781c3ccd5ec3f8ea94cba4 (patch)
treed19c449a2c804d9a548cac19d4da67df9c0860ea /math
parent2b02aa604b8f2ba5203288ece3d3b4db3b3c4596 (diff)
downloadpkgsrc-defec81127dc6a5a77781c3ccd5ec3f8ea94cba4.tar.gz
- Add a comment about why HOME is overriden during the build process.
- Make sure PVM_ROOT gets set if not already set. This will let bulk builds succeed. In non-bulk environments, this should already be set if pvm is correctly installed.
Diffstat (limited to 'math')
-rw-r--r--math/scilab/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index f15cd777f30..fec6ec73a6d 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 1999/12/22 13:25:39 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.15 1999/12/22 16:15:45 dmcmahill Exp $
#
# IMPORTANT: Before upgrading this package, please read files/README.next_rev!
@@ -24,8 +24,11 @@ USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-xless
+#override HOME to avoid picking up a bad ${HOME}/.scilab during the build
MAKE_ENV+= HOME=${WRKSRC}
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
+PVM_ROOT?= ${LOCALBASE}/pvm3
+CONFIGURE_ENV+= PVM_ROOT=${PVM_ROOT}
CONFIGURE_ENV+= X11BASE=${X11BASE}
pre-fetch: