summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: