summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>1999-12-22 16:15:45 +0000
committerdmcmahill <dmcmahill>1999-12-22 16:15:45 +0000
commit17f249b7eca232622780aad3b2e88168e679cede (patch)
treed19c449a2c804d9a548cac19d4da67df9c0860ea
parent8272376e4721bf7ec5bb7257bf974419ca9c1f1c (diff)
downloadpkgsrc-17f249b7eca232622780aad3b2e88168e679cede.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.
-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: